OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |