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 3148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3159 '../base/base.gyp:base_java_test_support', | 3159 '../base/base.gyp:base_java_test_support', |
3160 '../content/content_shell_and_tests.gyp:content_java_test_support', | 3160 '../content/content_shell_and_tests.gyp:content_java_test_support', |
3161 '../net/net.gyp:net_java', | 3161 '../net/net.gyp:net_java', |
3162 '../net/net.gyp:net_java_test_support', | 3162 '../net/net.gyp:net_java_test_support', |
3163 '../sync/sync.gyp:sync_java', | 3163 '../sync/sync.gyp:sync_java', |
3164 '../sync/sync.gyp:sync_java_test_support', | 3164 '../sync/sync.gyp:sync_java_test_support', |
3165 ], | 3165 ], |
3166 'includes': [ '../build/java.gypi' ], | 3166 'includes': [ '../build/java.gypi' ], |
3167 }, | 3167 }, |
3168 ], | 3168 ], |
| 3169 'conditions': [ |
| 3170 ['test_isolation_mode != "noop"', |
| 3171 { |
| 3172 'targets': [{ |
| 3173 'target_name': 'telemetry_perf_unittests_android_run', |
| 3174 'type': 'none', |
| 3175 'dependencies': [ |
| 3176 '../content/content_shell_and_tests.gyp:telemetry_base', |
| 3177 'android/chrome_apk.gyp:chrome_public_apk', |
| 3178 ], |
| 3179 'includes': [ |
| 3180 '../build/isolate.gypi', |
| 3181 ], |
| 3182 'sources': [ |
| 3183 'telemetry_perf_unittests_android.isolate', |
| 3184 ], |
| 3185 }], |
| 3186 } |
| 3187 ], |
| 3188 ], |
3169 }], | 3189 }], |
3170 ['test_isolation_mode != "noop"', { | 3190 ['test_isolation_mode != "noop"', { |
3171 'targets': [ | 3191 'targets': [ |
3172 { | 3192 { |
3173 'target_name': 'browser_tests_run', | 3193 'target_name': 'browser_tests_run', |
3174 'type': 'none', | 3194 'type': 'none', |
3175 'dependencies': [ | 3195 'dependencies': [ |
3176 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 3196 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
3177 'browser_tests', | 3197 'browser_tests', |
3178 'chrome', | 3198 'chrome', |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3433 'utility', | 3453 'utility', |
3434 ], | 3454 ], |
3435 'sources': [ | 3455 'sources': [ |
3436 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3456 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3437 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3457 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3438 ], | 3458 ], |
3439 }] | 3459 }] |
3440 }], | 3460 }], |
3441 ], # 'conditions' | 3461 ], # 'conditions' |
3442 } | 3462 } |
OLD | NEW |