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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Add BUILD.gn changes. Created 5 years, 2 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 | « no previous file | chrome/telemetry.isolate » ('j') | chrome/test/BUILD.gn » ('J')
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 3220 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/telemetry.isolate » ('j') | chrome/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698