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