| 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 3185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3196 ], | 3196 ], |
| 3197 'conditions': [ | 3197 'conditions': [ |
| 3198 ['use_x11==1', { | 3198 ['use_x11==1', { |
| 3199 'dependencies': [ | 3199 'dependencies': [ |
| 3200 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3200 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3201 ], | 3201 ], |
| 3202 }], | 3202 }], |
| 3203 ], | 3203 ], |
| 3204 }, | 3204 }, |
| 3205 { | 3205 { |
| 3206 'target_name': 'telemetry_perf_unittests', | |
| 3207 'type': 'none', | |
| 3208 'dependencies': [ | |
| 3209 '../content/content_shell_and_tests.gyp:telemetry_base', | |
| 3210 ], | |
| 3211 'includes': [ | |
| 3212 '../build/isolate.gypi', | |
| 3213 ], | |
| 3214 'sources': [ | |
| 3215 'telemetry_perf_unittests.isolate', | |
| 3216 ], | |
| 3217 }, | |
| 3218 { | |
| 3219 'target_name': 'telemetry_gpu_unittests', | 3206 'target_name': 'telemetry_gpu_unittests', |
| 3220 'type': 'none', | 3207 'type': 'none', |
| 3221 'dependencies': [ | 3208 'dependencies': [ |
| 3222 '../content/content_shell_and_tests.gyp:telemetry_base', | 3209 '../content/content_shell_and_tests.gyp:telemetry_base', |
| 3223 ], | 3210 ], |
| 3224 'includes': [ | 3211 'includes': [ |
| 3225 '../build/isolate.gypi', | 3212 '../build/isolate.gypi', |
| 3226 ], | 3213 ], |
| 3227 'sources': [ | 3214 'sources': [ |
| 3228 'telemetry_gpu_unittests.isolate', | 3215 'telemetry_gpu_unittests.isolate', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3457 'utility', | 3444 'utility', |
| 3458 ], | 3445 ], |
| 3459 'sources': [ | 3446 'sources': [ |
| 3460 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3447 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3461 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3448 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3462 ], | 3449 ], |
| 3463 }] | 3450 }] |
| 3464 }], | 3451 }], |
| 3465 ], # 'conditions' | 3452 ], # 'conditions' |
| 3466 } | 3453 } |
| OLD | NEW |