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

Side by Side Diff: webrtc/test/test.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/system_wrappers/system_wrappers_tests.gyp ('k') | webrtc/tools/tools.gyp » ('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 # TODO(andrew): consider moving test_support to src/base/test. 9 # TODO(andrew): consider moving test_support to src/base/test.
10 { 10 {
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 }, 387 },
388 }, 388 },
389 ], 389 ],
390 'conditions': [ 390 'conditions': [
391 ['OS=="android"', { 391 ['OS=="android"', {
392 'targets': [ 392 'targets': [
393 { 393 {
394 'target_name': 'test_support_unittests_apk_target', 394 'target_name': 'test_support_unittests_apk_target',
395 'type': 'none', 395 'type': 'none',
396 'dependencies': [ 396 'dependencies': [
397 '<(apk_tests_path):test_support_unittests_apk', 397 '<(android_tests_path):test_support_unittests_apk',
398 ], 398 ],
399 }, 399 },
400 ], 400 ],
401 'conditions': [ 401 'conditions': [
402 ['test_isolation_mode != "noop"', 402 ['test_isolation_mode != "noop"',
403 { 403 {
404 'targets': [ 404 'targets': [
405 { 405 {
406 'target_name': 'test_support_unittests_apk_run', 406 'target_name': 'test_support_unittests_apk_run',
407 'type': 'none', 407 'type': 'none',
408 'dependencies': [ 408 'dependencies': [
409 '<(apk_tests_path):test_support_unittests_apk', 409 '<(android_tests_path):test_support_unittests_apk',
410 ], 410 ],
411 'includes': [ 411 'includes': [
412 '../build/isolate.gypi', 412 '../build/isolate.gypi',
413 ], 413 ],
414 'sources': [ 414 'sources': [
415 'test_support_unittests_apk.isolate', 415 'test_support_unittests_apk.isolate',
416 ], 416 ],
417 }, 417 },
418 ], 418 ],
419 }, 419 },
(...skipping 12 matching lines...) Expand all
432 '../build/isolate.gypi', 432 '../build/isolate.gypi',
433 ], 433 ],
434 'sources': [ 434 'sources': [
435 'test_support_unittests.isolate', 435 'test_support_unittests.isolate',
436 ], 436 ],
437 }, 437 },
438 ], 438 ],
439 }], 439 }],
440 ], 440 ],
441 } 441 }
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/system_wrappers_tests.gyp ('k') | webrtc/tools/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698