Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1884303005: Ported cdb copying from GYP to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/win/copy_cdb_to_output.py ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3287 '../content/content_shell_and_tests.gyp:telemetry_base', 3287 '../content/content_shell_and_tests.gyp:telemetry_base',
3288 ], 3288 ],
3289 'conditions': [ 3289 'conditions': [
3290 ['OS=="linux" or OS=="mac"', { 3290 ['OS=="linux" or OS=="mac"', {
3291 'dependencies': [ 3291 'dependencies': [
3292 '../breakpad/breakpad.gyp:dump_syms#host', 3292 '../breakpad/breakpad.gyp:dump_syms#host',
3293 ], 3293 ],
3294 }], 3294 }],
3295 ['OS=="mac" or OS=="win"', { 3295 ['OS=="mac" or OS=="win"', {
3296 'dependencies': [ 3296 'dependencies': [
3297 # TODO(kbr): port this dependency to GN.
3298 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab ase_util', 3297 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab ase_util',
3299 ], 3298 ],
3300 }], 3299 }],
3301 ['OS=="win"', { 3300 ['OS=="win"', {
3302 'dependencies': [ 3301 'dependencies': [
3303 # TODO(kbr): port this dependency to GN.
3304 'copy_cdb_to_output', 3302 'copy_cdb_to_output',
3305 ], 3303 ],
3306 }], 3304 }],
3307 ], 3305 ],
3308 }, 3306 },
3309 { 3307 {
3310 'target_name': 'gpu_tests_base', 3308 'target_name': 'gpu_tests_base',
3311 'type': 'none', 3309 'type': 'none',
3312 'dependencies': [ 3310 'dependencies': [
3313 # depend on icu to fix races. http://crbug.com/417583 3311 # depend on icu to fix races. http://crbug.com/417583
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3456 ], 3454 ],
3457 'sources': [ 3455 'sources': [
3458 'sync_integration_tests.isolate', 3456 'sync_integration_tests.isolate',
3459 ], 3457 ],
3460 }, 3458 },
3461 ], 3459 ],
3462 'conditions': [ 3460 'conditions': [
3463 ['OS=="win"', { 3461 ['OS=="win"', {
3464 'targets': [ 3462 'targets': [
3465 { 3463 {
3466 # TODO(kbr): port this target to GN.
3467 'target_name': 'copy_cdb_to_output', 3464 'target_name': 'copy_cdb_to_output',
3468 'type': 'none', 3465 'type': 'none',
3469 'actions': [ 3466 'actions': [
3470 { 3467 {
3471 'action_name': 'copy_cdb', 3468 'action_name': 'copy_cdb',
3472 'inputs': [ 3469 'inputs': [
3473 '<(DEPTH)/build/win/copy_cdb_to_output.py', 3470 '<(DEPTH)/build/win/copy_cdb_to_output.py',
3474 ], 3471 ],
3475 'outputs': [ 3472 'outputs': [
3476 '<(PRODUCT_DIR)/cdb/cdb.exe', 3473 '<(PRODUCT_DIR)/cdb/cdb.exe',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
3613 'browser', 3610 'browser',
3614 ], 3611 ],
3615 'sources': [ 3612 'sources': [
3616 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3613 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3617 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3614 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3618 ], 3615 ],
3619 }] 3616 }]
3620 }], 3617 }],
3621 ], # 'conditions' 3618 ], # 'conditions'
3622 } 3619 }
OLDNEW
« no previous file with comments | « build/win/copy_cdb_to_output.py ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698