Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: webrtc/test/test.gyp

Issue 2340773003: GYP: Remove targets inside include_tests==1 that are converted to GN. (Closed)
Patch Set: Removed more and all isolate files. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/test/test.gyp
diff --git a/webrtc/test/test.gyp b/webrtc/test/test.gyp
index 86a32c31657e9f2ade3d7cfc35c26f4650317e73..3ca146bfbd1fc6c0aa0e2abbb6e5acccd2a00f0e 100644
--- a/webrtc/test/test.gyp
+++ b/webrtc/test/test.gyp
@@ -150,42 +150,6 @@
],
},
{
- 'target_name': 'test_support_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'test_common',
- 'test_support_main',
- '<(webrtc_root)/modules/modules.gyp:video_capture',
- '<(DEPTH)/testing/gmock.gyp:gmock',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'fake_network_pipe_unittest.cc',
- 'frame_generator_unittest.cc',
- 'rtp_file_reader_unittest.cc',
- 'rtp_file_writer_unittest.cc',
- 'testsupport/always_passing_unittest.cc',
- 'testsupport/unittest_utils.h',
- 'testsupport/fileutils_unittest.cc',
- 'testsupport/frame_reader_unittest.cc',
- 'testsupport/frame_writer_unittest.cc',
- 'testsupport/metrics/video_metrics_unittest.cc',
- 'testsupport/packet_reader_unittest.cc',
- 'testsupport/perf_test_unittest.cc',
- ],
- # Disable warnings to enable Win64 build, issue 1323.
- 'msvs_disabled_warnings': [
- 4267, # size_t to int truncation.
- ],
- 'conditions': [
- ['OS=="android"', {
- 'dependencies': [
- '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
- ],
- }],
- ],
- },
- {
'target_name': 'test_common',
'type': 'static_library',
'sources': [
@@ -326,55 +290,4 @@
},
},
],
- 'conditions': [
- ['OS=="android"', {
- 'targets': [
- {
- 'target_name': 'test_support_unittests_apk_target',
- 'type': 'none',
- 'dependencies': [
- '<(android_tests_path):test_support_unittests_apk',
- ],
- },
- ],
- 'conditions': [
- ['test_isolation_mode != "noop"',
- {
- 'targets': [
- {
- 'target_name': 'test_support_unittests_apk_run',
- 'type': 'none',
- 'dependencies': [
- '<(android_tests_path):test_support_unittests_apk',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'test_support_unittests_apk.isolate',
- ],
- },
- ],
- },
- ],
- ],
- }], # OS=="android"
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'test_support_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'test_support_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'test_support_unittests.isolate',
- ],
- },
- ],
- }],
- ],
}
« no previous file with comments | « webrtc/system_wrappers/system_wrappers_unittests_apk.isolate ('k') | webrtc/test/test_support_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698