| 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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
| 7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
| 8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
| 9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
| 10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
| (...skipping 3247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3258 'dependencies': [ | 3258 'dependencies': [ |
| 3259 '../breakpad/breakpad.gyp:dump_syms#host', | 3259 '../breakpad/breakpad.gyp:dump_syms#host', |
| 3260 ], | 3260 ], |
| 3261 }], | 3261 }], |
| 3262 ['OS=="mac" or OS=="win"', { | 3262 ['OS=="mac" or OS=="win"', { |
| 3263 'dependencies': [ | 3263 'dependencies': [ |
| 3264 # TODO(kbr): port this dependency to GN. | 3264 # TODO(kbr): port this dependency to GN. |
| 3265 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab
ase_util', | 3265 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab
ase_util', |
| 3266 ], | 3266 ], |
| 3267 }], | 3267 }], |
| 3268 ['OS=="win"', { |
| 3269 'dependencies': [ |
| 3270 # TODO(kbr): port this dependency to GN. |
| 3271 'copy_cdb_to_output', |
| 3272 ], |
| 3273 }], |
| 3268 ], | 3274 ], |
| 3269 }, | 3275 }, |
| 3270 { | 3276 { |
| 3271 'target_name': 'gpu_tests_base', | 3277 'target_name': 'gpu_tests_base', |
| 3272 'type': 'none', | 3278 'type': 'none', |
| 3273 'dependencies': [ | 3279 'dependencies': [ |
| 3274 # depend on icu to fix races. http://crbug.com/417583 | 3280 # depend on icu to fix races. http://crbug.com/417583 |
| 3275 '../third_party/icu/icu.gyp:icudata', | 3281 '../third_party/icu/icu.gyp:icudata', |
| 3276 ], | 3282 ], |
| 3277 # Set this so we aren't included as a target in files that | 3283 # Set this so we aren't included as a target in files that |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3414 ], | 3420 ], |
| 3415 'includes': [ | 3421 'includes': [ |
| 3416 '../build/isolate.gypi', | 3422 '../build/isolate.gypi', |
| 3417 ], | 3423 ], |
| 3418 'sources': [ | 3424 'sources': [ |
| 3419 'sync_integration_tests.isolate', | 3425 'sync_integration_tests.isolate', |
| 3420 ], | 3426 ], |
| 3421 }, | 3427 }, |
| 3422 ], | 3428 ], |
| 3423 'conditions': [ | 3429 'conditions': [ |
| 3430 ['OS=="win"', { |
| 3431 'targets': [ |
| 3432 { |
| 3433 # TODO(kbr): port this target to GN. |
| 3434 'target_name': 'copy_cdb_to_output', |
| 3435 'type': 'none', |
| 3436 'actions': [ |
| 3437 { |
| 3438 'action_name': 'copy_cdb', |
| 3439 'inputs': [ |
| 3440 '<(DEPTH)/build/win/copy_cdb_to_output.py', |
| 3441 ], |
| 3442 'outputs': [ |
| 3443 '<(PRODUCT_DIR)/cdb/cdb.exe', |
| 3444 '<(PRODUCT_DIR)/cdb/dbgeng.dll', |
| 3445 '<(PRODUCT_DIR)/cdb/dbghelp.dll', |
| 3446 '<(PRODUCT_DIR)/cdb/dbgmodel.dll', |
| 3447 ], |
| 3448 'action': ['python', |
| 3449 '<(DEPTH)/build/win/copy_cdb_to_output.py', |
| 3450 '<(PRODUCT_DIR)/cdb', |
| 3451 '<(target_arch)'], |
| 3452 'message': 'Copying cdb and deps to <(PRODUCT_DIR)/cdb', |
| 3453 }, |
| 3454 ], |
| 3455 }, |
| 3456 ], |
| 3457 }], |
| 3424 ['archive_gpu_tests==1', { | 3458 ['archive_gpu_tests==1', { |
| 3425 'targets': [ | 3459 'targets': [ |
| 3426 { | 3460 { |
| 3427 # GN: //gpu:gl_tests_run | 3461 # GN: //gpu:gl_tests_run |
| 3428 'target_name': 'gl_tests_run', | 3462 'target_name': 'gl_tests_run', |
| 3429 'type': 'none', | 3463 'type': 'none', |
| 3430 'dependencies': [ | 3464 'dependencies': [ |
| 3431 '../gpu/gpu.gyp:gl_tests', | 3465 '../gpu/gpu.gyp:gl_tests', |
| 3432 'gpu_tests_base', | 3466 'gpu_tests_base', |
| 3433 ], | 3467 ], |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3546 'browser', | 3580 'browser', |
| 3547 ], | 3581 ], |
| 3548 'sources': [ | 3582 'sources': [ |
| 3549 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3583 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3550 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3584 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3551 ], | 3585 ], |
| 3552 }] | 3586 }] |
| 3553 }], | 3587 }], |
| 3554 ], # 'conditions' | 3588 ], # 'conditions' |
| 3555 } | 3589 } |
| OLD | NEW |