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

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: Create isolate for binary_manager dependencies. 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
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 3218 matching lines...) Expand 10 before | Expand all | Expand 10 after
3229 ['OS=="linux" or OS=="mac"', { 3229 ['OS=="linux" or OS=="mac"', {
3230 'dependencies': [ 3230 'dependencies': [
3231 '../breakpad/breakpad.gyp:dump_syms', 3231 '../breakpad/breakpad.gyp:dump_syms',
3232 ], 3232 ],
3233 }], 3233 }],
3234 ['OS=="mac"', { 3234 ['OS=="mac"', {
3235 'dependencies': [ 3235 'dependencies': [
3236 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_d atabase_util', 3236 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_d atabase_util',
3237 ], 3237 ],
3238 }], 3238 }],
3239 ['OS=="win"', {
3240 'dependencies': [
3241 'chrome.gyp:crash_service',
3242 ],
3243 }],
3239 ], 3244 ],
3240 }, 3245 },
3241 { 3246 {
3242 # GN: //gpu:angle_unittests_run 3247 # GN: //gpu:angle_unittests_run
3243 'target_name': 'angle_unittests_run', 3248 'target_name': 'angle_unittests_run',
3244 'type': 'none', 3249 'type': 'none',
3245 'dependencies': [ 3250 'dependencies': [
3246 '../gpu/gpu.gyp:angle_unittests', 3251 '../gpu/gpu.gyp:angle_unittests',
3247 'gpu_tests_base', 3252 'gpu_tests_base',
3248 ], 3253 ],
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3361 'utility', 3366 'utility',
3362 ], 3367 ],
3363 'sources': [ 3368 'sources': [
3364 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3369 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3365 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3370 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3366 ], 3371 ],
3367 }] 3372 }]
3368 }], 3373 }],
3369 ], # 'conditions' 3374 ], # 'conditions'
3370 } 3375 }
OLDNEW
« no previous file with comments | « no previous file | chrome/telemetry_chrome_test.isolate » ('j') | tools/perf/core/binary_dependencies.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698