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 3171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3182 ], | 3182 ], |
3183 'conditions': [ | 3183 'conditions': [ |
3184 ['use_x11==1', { | 3184 ['use_x11==1', { |
3185 'dependencies': [ | 3185 'dependencies': [ |
3186 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3186 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3187 ], | 3187 ], |
3188 }], | 3188 }], |
3189 ], | 3189 ], |
3190 }, | 3190 }, |
3191 { | 3191 { |
| 3192 'target_name': 'telemetry_gpu_unittests', |
| 3193 'type': 'none', |
| 3194 'dependencies': [ |
| 3195 '../content/content_shell_and_tests.gyp:telemetry_base', |
| 3196 ], |
| 3197 'includes': [ |
| 3198 '../build/isolate.gypi', |
| 3199 ], |
| 3200 'sources': [ |
| 3201 'telemetry_gpu_unittests.isolate', |
| 3202 ], |
| 3203 }, |
| 3204 { |
3192 'target_name': 'chromedriver_unittests_run', | 3205 'target_name': 'chromedriver_unittests_run', |
3193 'type': 'none', | 3206 'type': 'none', |
3194 'dependencies': [ | 3207 'dependencies': [ |
3195 'chromedriver_unittests', | 3208 'chromedriver_unittests', |
3196 ], | 3209 ], |
3197 'conditions': [ | 3210 'conditions': [ |
3198 ['use_x11 == 1', { | 3211 ['use_x11 == 1', { |
3199 'dependencies': [ | 3212 'dependencies': [ |
3200 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3213 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3201 ], | 3214 ], |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3264 # If we didn't do this the All target ends up with a rule that | 3277 # If we didn't do this the All target ends up with a rule that |
3265 # makes it unnecessarily compile in certain situations. | 3278 # makes it unnecessarily compile in certain situations. |
3266 'suppress_wildcard': 1, | 3279 'suppress_wildcard': 1, |
3267 'direct_dependent_settings': { | 3280 'direct_dependent_settings': { |
3268 'includes': [ | 3281 'includes': [ |
3269 '../build/isolate.gypi', | 3282 '../build/isolate.gypi', |
3270 ], | 3283 ], |
3271 }, | 3284 }, |
3272 }, | 3285 }, |
3273 { | 3286 { |
3274 'target_name': 'telemetry_gpu_unittests_run', | |
3275 'type': 'none', | |
3276 'dependencies': [ | |
3277 '../content/content_shell_and_tests.gyp:telemetry_base', | |
3278 ], | |
3279 'includes': [ | |
3280 '../build/isolate.gypi', | |
3281 ], | |
3282 'sources': [ | |
3283 'telemetry_gpu_unittests.isolate', | |
3284 ], | |
3285 }, | |
3286 { | |
3287 'target_name': 'telemetry_chrome_test_base', | 3287 'target_name': 'telemetry_chrome_test_base', |
3288 'type': 'none', | 3288 'type': 'none', |
3289 'dependencies': [ | 3289 'dependencies': [ |
3290 '../content/content_shell_and_tests.gyp:telemetry_base', | 3290 '../content/content_shell_and_tests.gyp:telemetry_base', |
3291 ], | 3291 ], |
3292 'conditions': [ | 3292 'conditions': [ |
3293 ['OS=="linux" or OS=="mac"', { | 3293 ['OS=="linux" or OS=="mac"', { |
3294 'dependencies': [ | 3294 'dependencies': [ |
3295 '../breakpad/breakpad.gyp:dump_syms', | 3295 '../breakpad/breakpad.gyp:dump_syms', |
3296 ], | 3296 ], |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3430 'utility', | 3430 'utility', |
3431 ], | 3431 ], |
3432 'sources': [ | 3432 'sources': [ |
3433 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3433 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3434 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3434 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3435 ], | 3435 ], |
3436 }] | 3436 }] |
3437 }], | 3437 }], |
3438 ], # 'conditions' | 3438 ], # 'conditions' |
3439 } | 3439 } |
OLD | NEW |