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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1348093002: Ensure all test targets are built on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'webrtc', 61 'webrtc',
62 ], 62 ],
63 'conditions': [ 63 'conditions': [
64 ['include_tests==1', { 64 ['include_tests==1', {
65 'dependencies': [ 65 'dependencies': [
66 'common_video/common_video_unittests.gyp:*', 66 'common_video/common_video_unittests.gyp:*',
67 'rtc_unittests', 67 'rtc_unittests',
68 'system_wrappers/system_wrappers_tests.gyp:*', 68 'system_wrappers/system_wrappers_tests.gyp:*',
69 'test/metrics.gyp:*', 69 'test/metrics.gyp:*',
70 'test/test.gyp:*', 70 'test/test.gyp:*',
71 'test/webrtc_test_common.gyp:webrtc_test_common_unittests', 71 'test/webrtc_test_common.gyp:*',
72 'video_engine/video_engine_core_unittests.gyp:video_engine_core_unit tests', 72 'video_engine/video_engine_core_unittests.gyp:*',
73 'webrtc_tests', 73 'webrtc_tests',
74 ], 74 ],
75 }], 75 }],
76 ], 76 ],
77 }, 77 },
78 { 78 {
79 'target_name': 'webrtc', 79 'target_name': 'webrtc',
80 'type': 'static_library', 80 'type': 'static_library',
81 'sources': [ 81 'sources': [
82 'audio_receive_stream.h', 82 'audio_receive_stream.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ], 124 ],
125 'defines': [ 125 'defines': [
126 'ENABLE_RTC_EVENT_LOG', 126 'ENABLE_RTC_EVENT_LOG',
127 ], 127 ],
128 }], 128 }],
129 ], 129 ],
130 }, 130 },
131 131
132 ], 132 ],
133 } 133 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698