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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1409803007: Remove 'video_engine_core_unittests' binary. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years 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/video_engine/video_engine_core_unittests.isolate ('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 'conditions': [ 9 'conditions': [
10 ['include_tests==1', { 10 ['include_tests==1', {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 ], 79 ],
80 'conditions': [ 80 'conditions': [
81 ['include_tests==1', { 81 ['include_tests==1', {
82 'dependencies': [ 82 'dependencies': [
83 'common_video/common_video_unittests.gyp:*', 83 'common_video/common_video_unittests.gyp:*',
84 'rtc_unittests', 84 'rtc_unittests',
85 'system_wrappers/system_wrappers_tests.gyp:*', 85 'system_wrappers/system_wrappers_tests.gyp:*',
86 'test/metrics.gyp:*', 86 'test/metrics.gyp:*',
87 'test/test.gyp:*', 87 'test/test.gyp:*',
88 'test/webrtc_test_common.gyp:*', 88 'test/webrtc_test_common.gyp:*',
89 'video_engine/video_engine_core_unittests.gyp:*',
90 'webrtc_tests', 89 'webrtc_tests',
91 ], 90 ],
92 }], 91 }],
93 ], 92 ],
94 }, 93 },
95 { 94 {
96 'target_name': 'webrtc', 95 'target_name': 'webrtc',
97 'type': 'static_library', 96 'type': 'static_library',
98 'sources': [ 97 'sources': [
99 'audio_receive_stream.h', 98 'audio_receive_stream.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ], 145 ],
147 'defines': [ 146 'defines': [
148 'ENABLE_RTC_EVENT_LOG', 147 'ENABLE_RTC_EVENT_LOG',
149 ], 148 ],
150 }], 149 }],
151 ], 150 ],
152 }, 151 },
153 152
154 ], 153 ],
155 } 154 }
OLDNEW
« no previous file with comments | « webrtc/video_engine/video_engine_core_unittests.isolate ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698