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