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

Unified Diff: webrtc/pc/pc.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
« no previous file with comments | « webrtc/modules/video_render_tests.isolate ('k') | webrtc/pc/rtc_pc_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/pc.gyp
diff --git a/webrtc/pc/pc.gyp b/webrtc/pc/pc.gyp
index 3ca5013297a685760369743abc077d694e963c2e..f88a315b3571e7da998e838e28d2c1eca03365ed 100755
--- a/webrtc/pc/pc.gyp
+++ b/webrtc/pc/pc.gyp
@@ -74,73 +74,4 @@
],
}, # target rtc_pc
], # targets
- 'conditions': [
- ['include_tests==1', {
- 'targets' : [
- {
- 'target_name': 'rtc_pc_unittests',
- 'type': 'executable',
- 'dependencies': [
- '<(webrtc_root)/api/api.gyp:libjingle_peerconnection',
- '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
- '<(webrtc_root)/media/media.gyp:rtc_unittest_main',
- '<(webrtc_root)/pc/pc.gyp:rtc_pc',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
- ],
- 'include_dirs': [
- '<(DEPTH)/third_party/libsrtp/srtp',
- ],
- 'sources': [
- 'bundlefilter_unittest.cc',
- 'channel_unittest.cc',
- 'channelmanager_unittest.cc',
- 'currentspeakermonitor_unittest.cc',
- 'mediasession_unittest.cc',
- 'rtcpmuxfilter_unittest.cc',
- 'srtpfilter_unittest.cc',
- ],
- 'conditions': [
- ['clang==0', {
- 'cflags': [
- '-Wno-maybe-uninitialized', # Only exists for GCC.
- ],
- }],
- ['build_libsrtp==1', {
- 'dependencies': [
- '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
- ],
- }],
- ['OS=="win"', {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'AdditionalDependencies': [
- 'strmiids.lib',
- ],
- },
- },
- }],
- ],
- }, # target rtc_pc_unittests
- ], # targets
- 'conditions': [
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'rtc_pc_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'rtc_pc_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'rtc_pc_unittests.isolate',
- ],
- },
- ],
- }],
- ], # conditions
- }], # include_tests==1
- ], # conditions
}
« no previous file with comments | « webrtc/modules/video_render_tests.isolate ('k') | webrtc/pc/rtc_pc_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698