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 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3177 # If we didn't do this the All target ends up with a rule that | 3177 # If we didn't do this the All target ends up with a rule that |
3178 # makes it unnecessarily compile in certain situations. | 3178 # makes it unnecessarily compile in certain situations. |
3179 'suppress_wildcard': 1, | 3179 'suppress_wildcard': 1, |
3180 'direct_dependent_settings': { | 3180 'direct_dependent_settings': { |
3181 'includes': [ | 3181 'includes': [ |
3182 '../build/isolate.gypi', | 3182 '../build/isolate.gypi', |
3183 ], | 3183 ], |
3184 }, | 3184 }, |
3185 }, | 3185 }, |
3186 { | 3186 { |
3187 'target_name': 'telemetry_isolate_base', | 3187 'target_name': 'telemetry_chrome_test_base', |
3188 'type': 'none', | 3188 'type': 'none', |
3189 'dependencies': [ | 3189 'dependencies': [ |
3190 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 3190 '../content/content_shell_and_tests.gyp:telemetry_base', |
3191 ], | 3191 ], |
3192 'conditions': [ | 3192 'conditions': [ |
3193 ['OS=="linux" or OS=="mac"', { | 3193 ['OS=="linux" or OS=="mac"', { |
3194 'dependencies': [ | 3194 'dependencies': [ |
3195 '../breakpad/breakpad.gyp:dump_syms', | 3195 '../breakpad/breakpad.gyp:dump_syms', |
3196 ], | 3196 ], |
3197 }], | 3197 }], |
3198 ['OS=="mac"', { | 3198 ['OS=="mac"', { |
3199 'dependencies': [ | 3199 'dependencies': [ |
3200 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_d
atabase_util', | 3200 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_d
atabase_util', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3234 'sources': [ | 3234 'sources': [ |
3235 'tab_capture_end2end_tests.isolate', | 3235 'tab_capture_end2end_tests.isolate', |
3236 ], | 3236 ], |
3237 }, | 3237 }, |
3238 { | 3238 { |
3239 'target_name': 'telemetry_gpu_test_run', | 3239 'target_name': 'telemetry_gpu_test_run', |
3240 'type': 'none', | 3240 'type': 'none', |
3241 'dependencies': [ | 3241 'dependencies': [ |
3242 'chrome_run', | 3242 'chrome_run', |
3243 'gpu_tests_base', | 3243 'gpu_tests_base', |
3244 'telemetry_isolate_base', | 3244 'telemetry_chrome_test_base', |
3245 ], | 3245 ], |
3246 'sources': [ | 3246 'sources': [ |
3247 'telemetry_gpu_test.isolate', | 3247 'telemetry_gpu_test.isolate', |
3248 ], | 3248 ], |
3249 }, | 3249 }, |
3250 ], | 3250 ], |
3251 'conditions': [ | 3251 'conditions': [ |
3252 ['internal_gles2_conform_tests==1', { | 3252 ['internal_gles2_conform_tests==1', { |
3253 'targets': [ | 3253 'targets': [ |
3254 { | 3254 { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3295 'utility', | 3295 'utility', |
3296 ], | 3296 ], |
3297 'sources': [ | 3297 'sources': [ |
3298 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3298 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3299 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3299 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3300 ], | 3300 ], |
3301 }] | 3301 }] |
3302 }], | 3302 }], |
3303 ], # 'conditions' | 3303 ], # 'conditions' |
3304 } | 3304 } |
OLD | NEW |