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

Side by Side Diff: webrtc/voice_engine/voice_engine.gyp

Issue 2020213002: Rename APK tests workaround to make it more generic. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add owners wildcard for GYP in webrtc/api Created 4 years, 6 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/tools/tools.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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 ], 244 ],
245 }, 245 },
246 ], 246 ],
247 }], 247 }],
248 ['OS=="android"', { 248 ['OS=="android"', {
249 'targets': [ 249 'targets': [
250 { 250 {
251 'target_name': 'voice_engine_unittests_apk_target', 251 'target_name': 'voice_engine_unittests_apk_target',
252 'type': 'none', 252 'type': 'none',
253 'dependencies': [ 253 'dependencies': [
254 '<(apk_tests_path):voice_engine_unittests_apk', 254 '<(android_tests_path):voice_engine_unittests_apk',
255 ], 255 ],
256 }, 256 },
257 ], 257 ],
258 'conditions': [ 258 'conditions': [
259 ['test_isolation_mode != "noop"', 259 ['test_isolation_mode != "noop"',
260 { 260 {
261 'targets': [ 261 'targets': [
262 { 262 {
263 'target_name': 'voice_engine_unittests_apk_run', 263 'target_name': 'voice_engine_unittests_apk_run',
264 'type': 'none', 264 'type': 'none',
265 'dependencies': [ 265 'dependencies': [
266 '<(apk_tests_path):voice_engine_unittests_apk', 266 '<(android_tests_path):voice_engine_unittests_apk',
267 ], 267 ],
268 'includes': [ 268 'includes': [
269 '../build/isolate.gypi', 269 '../build/isolate.gypi',
270 ], 270 ],
271 'sources': [ 271 'sources': [
272 'voice_engine_unittests_apk.isolate', 272 'voice_engine_unittests_apk.isolate',
273 ], 273 ],
274 }, 274 },
275 ], 275 ],
276 }, 276 },
(...skipping 27 matching lines...) Expand all
304 'sources': [ 304 'sources': [
305 'voe_auto_test.isolate', 305 'voe_auto_test.isolate',
306 ], 306 ],
307 }, 307 },
308 ], 308 ],
309 }], 309 }],
310 ], # conditions 310 ], # conditions
311 }], # include_tests==1 311 }], # include_tests==1
312 ], # conditions 312 ], # conditions
313 } 313 }
OLDNEW
« no previous file with comments | « webrtc/tools/tools.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698