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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1754593002: Remove webrtc/test/webrtc_test_common.gyp (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated isolates Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « webrtc/voice_engine/voice_engine.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'variables': { 9 'variables': {
10 'webrtc_all_dependencies': [ 10 'webrtc_all_dependencies': [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ], 93 ],
94 'conditions': [ 94 'conditions': [
95 ['include_tests==1', { 95 ['include_tests==1', {
96 'dependencies': [ 96 'dependencies': [
97 'api/api_tests.gyp:*', 97 'api/api_tests.gyp:*',
98 'common_video/common_video_unittests.gyp:*', 98 'common_video/common_video_unittests.gyp:*',
99 'rtc_unittests', 99 'rtc_unittests',
100 'system_wrappers/system_wrappers_tests.gyp:*', 100 'system_wrappers/system_wrappers_tests.gyp:*',
101 'test/metrics.gyp:*', 101 'test/metrics.gyp:*',
102 'test/test.gyp:*', 102 'test/test.gyp:*',
103 'test/webrtc_test_common.gyp:*',
104 'webrtc_tests', 103 'webrtc_tests',
105 ], 104 ],
106 }], 105 }],
107 ], 106 ],
108 }, 107 },
109 { 108 {
110 'target_name': 'webrtc', 109 'target_name': 'webrtc',
111 'type': 'static_library', 110 'type': 'static_library',
112 'sources': [ 111 'sources': [
113 'audio_receive_stream.h', 112 'audio_receive_stream.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ], 159 ],
161 'defines': [ 160 'defines': [
162 'ENABLE_RTC_EVENT_LOG', 161 'ENABLE_RTC_EVENT_LOG',
163 ], 162 ],
164 }], 163 }],
165 ], 164 ],
166 }, 165 },
167 166
168 ], 167 ],
169 } 168 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/voice_engine.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698