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 3218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3229 ['OS=="linux" or OS=="mac"', { | 3229 ['OS=="linux" or OS=="mac"', { |
3230 'dependencies': [ | 3230 'dependencies': [ |
3231 '../breakpad/breakpad.gyp:dump_syms', | 3231 '../breakpad/breakpad.gyp:dump_syms', |
3232 ], | 3232 ], |
3233 }], | 3233 }], |
3234 ['OS=="mac"', { | 3234 ['OS=="mac"', { |
3235 'dependencies': [ | 3235 'dependencies': [ |
3236 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_d
atabase_util', | 3236 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_d
atabase_util', |
3237 ], | 3237 ], |
3238 }], | 3238 }], |
| 3239 ['OS=="win"', { |
| 3240 'dependencies': [ |
| 3241 'chrome.gyp:crash_service', |
| 3242 ], |
| 3243 }], |
3239 ], | 3244 ], |
3240 }, | 3245 }, |
3241 { | 3246 { |
3242 # GN: //gpu:angle_unittests_run | 3247 # GN: //gpu:angle_unittests_run |
3243 'target_name': 'angle_unittests_run', | 3248 'target_name': 'angle_unittests_run', |
3244 'type': 'none', | 3249 'type': 'none', |
3245 'dependencies': [ | 3250 'dependencies': [ |
3246 '../gpu/gpu.gyp:angle_unittests', | 3251 '../gpu/gpu.gyp:angle_unittests', |
3247 'gpu_tests_base', | 3252 'gpu_tests_base', |
3248 ], | 3253 ], |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3361 'utility', | 3366 'utility', |
3362 ], | 3367 ], |
3363 'sources': [ | 3368 'sources': [ |
3364 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3369 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3365 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3370 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3366 ], | 3371 ], |
3367 }] | 3372 }] |
3368 }], | 3373 }], |
3369 ], # 'conditions' | 3374 ], # 'conditions' |
3370 } | 3375 } |
OLD | NEW |