OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3018 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', | 3018 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
3019 ], | 3019 ], |
3020 }], | 3020 }], |
3021 ], | 3021 ], |
3022 }, # target 'load_library_perf_tests' | 3022 }, # target 'load_library_perf_tests' |
3023 ], | 3023 ], |
3024 'conditions': [ | 3024 'conditions': [ |
3025 ['OS == "android"', { | 3025 ['OS == "android"', { |
3026 'targets': [ | 3026 'targets': [ |
3027 { | 3027 { |
3028 # GN: //chrome/android:chrome_shell_test_apk | |
3029 'target_name': 'chrome_shell_test_apk', | |
3030 'type': 'none', | |
3031 'dependencies': [ | |
3032 'chrome_java', | |
3033 'chrome_shell_apk_java', | |
3034 'chrome_java_test_support', | |
3035 '../base/base.gyp:base', | |
3036 '../base/base.gyp:base_java_test_support', | |
3037 '../content/content_shell_and_tests.gyp:content_java_test_support', | |
3038 '../testing/android/on_device_instrumentation.gyp:broker_java', | |
3039 '../testing/android/on_device_instrumentation.gyp:require_driver_apk
', | |
3040 ], | |
3041 'variables': { | |
3042 'apk_name': 'ChromeShellTest', | |
3043 'java_in_dir': 'android/shell/javatests', | |
3044 'additional_src_dirs': ['android/javatests_shell/src'], | |
3045 'is_test_apk': 1, | |
3046 'test_type': 'instrumentation', | |
3047 'isolate_file': 'chrome_shell_test_apk.isolate', | |
3048 }, | |
3049 'includes': [ | |
3050 '../build/java_apk.gypi', | |
3051 '../build/android/test_runner.gypi', | |
3052 ], | |
3053 }, | |
3054 { | |
3055 # GN: //chrome/android:chrome_junit_tests | 3028 # GN: //chrome/android:chrome_junit_tests |
3056 'target_name': 'chrome_junit_tests', | 3029 'target_name': 'chrome_junit_tests', |
3057 'type': 'none', | 3030 'type': 'none', |
3058 'dependencies': [ | 3031 'dependencies': [ |
3059 'chrome_java', | 3032 'chrome_java', |
3060 '../base/base.gyp:base', | 3033 '../base/base.gyp:base', |
3061 '../base/base.gyp:base_java_test_support', | 3034 '../base/base.gyp:base_java_test_support', |
3062 '../base/base.gyp:base_junit_test_support', | 3035 '../base/base.gyp:base_junit_test_support', |
3063 '../sync/sync.gyp:sync_java_test_support', | 3036 '../sync/sync.gyp:sync_java_test_support', |
3064 '../testing/android/junit/junit_test.gyp:junit_test_support', | 3037 '../testing/android/junit/junit_test.gyp:junit_test_support', |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3375 'utility', | 3348 'utility', |
3376 ], | 3349 ], |
3377 'sources': [ | 3350 'sources': [ |
3378 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3351 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3379 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3352 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3380 ], | 3353 ], |
3381 }] | 3354 }] |
3382 }], | 3355 }], |
3383 ], # 'conditions' | 3356 ], # 'conditions' |
3384 } | 3357 } |
OLD | NEW |