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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1423733003: Run telemetry_perf_unittests via isolate on "Windows Tests" & "Mac tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 3185 matching lines...) Expand 10 before | Expand all | Expand 10 after
3196 ], 3196 ],
3197 'conditions': [ 3197 'conditions': [
3198 ['use_x11==1', { 3198 ['use_x11==1', {
3199 'dependencies': [ 3199 'dependencies': [
3200 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3200 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3201 ], 3201 ],
3202 }], 3202 }],
3203 ], 3203 ],
3204 }, 3204 },
3205 { 3205 {
3206 'target_name': 'telemetry_perf_unittests',
3207 'type': 'none',
3208 'dependencies': [
3209 '../content/content_shell_and_tests.gyp:telemetry_base',
Ken Russell (switch to Gerrit) 2015/10/28 21:47:22 This needs to depend on telemetry_chrome_test_base
3210 ],
3211 'includes': [
3212 '../build/isolate.gypi',
3213 ],
3214 'sources': [
3215 'telemetry_perf_unittests.isolate',
3216 ],
3217 },
3218 {
3206 'target_name': 'telemetry_gpu_unittests', 3219 'target_name': 'telemetry_gpu_unittests',
3207 'type': 'none', 3220 'type': 'none',
3208 'dependencies': [ 3221 'dependencies': [
3209 '../content/content_shell_and_tests.gyp:telemetry_base', 3222 '../content/content_shell_and_tests.gyp:telemetry_base',
3210 ], 3223 ],
3211 'includes': [ 3224 'includes': [
3212 '../build/isolate.gypi', 3225 '../build/isolate.gypi',
3213 ], 3226 ],
3214 'sources': [ 3227 'sources': [
3215 'telemetry_gpu_unittests.isolate', 3228 'telemetry_gpu_unittests.isolate',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
3444 'utility', 3457 'utility',
3445 ], 3458 ],
3446 'sources': [ 3459 'sources': [
3447 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3460 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3448 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3461 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3449 ], 3462 ],
3450 }] 3463 }]
3451 }], 3464 }],
3452 ], # 'conditions' 3465 ], # 'conditions'
3453 } 3466 }
OLDNEW
« no previous file with comments | « no previous file | chrome/telemetry_perf_unittests.isolate » ('j') | chrome/telemetry_perf_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698