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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1422703008: telemetry_chrome_test_base should depend on dump_syms for the host toolset specifically (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 5 years, 1 month 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 | « no previous file | no next file » | 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 '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 3171 matching lines...) Expand 10 before | Expand all | Expand 10 after
3182 'targets': [ 3182 'targets': [
3183 { 3183 {
3184 'target_name': 'telemetry_chrome_test_base', 3184 'target_name': 'telemetry_chrome_test_base',
3185 'type': 'none', 3185 'type': 'none',
3186 'dependencies': [ 3186 'dependencies': [
3187 '../content/content_shell_and_tests.gyp:telemetry_base', 3187 '../content/content_shell_and_tests.gyp:telemetry_base',
3188 ], 3188 ],
3189 'conditions': [ 3189 'conditions': [
3190 ['OS=="linux" or OS=="mac"', { 3190 ['OS=="linux" or OS=="mac"', {
3191 'dependencies': [ 3191 'dependencies': [
3192 '../breakpad/breakpad.gyp:dump_syms', 3192 '../breakpad/breakpad.gyp:dump_syms#host',
3193 ], 3193 ],
3194 }], 3194 }],
3195 ['OS=="mac"', { 3195 ['OS=="mac"', {
3196 'dependencies': [ 3196 'dependencies': [
3197 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab ase_util', 3197 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab ase_util',
3198 ], 3198 ],
3199 }], 3199 }],
3200 ['OS=="win"', { 3200 ['OS=="win"', {
3201 'dependencies': [ 3201 'dependencies': [
3202 'chrome.gyp:crash_service', 3202 'chrome.gyp:crash_service',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
3458 'utility', 3458 'utility',
3459 ], 3459 ],
3460 'sources': [ 3460 'sources': [
3461 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3461 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3462 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3462 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3463 ], 3463 ],
3464 }] 3464 }]
3465 }], 3465 }],
3466 ], # 'conditions' 3466 ], # 'conditions'
3467 } 3467 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698