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

Unified Diff: chrome/chrome_tests.gypi

Issue 1412333004: Run telemetry_perf_unittests via isolate on "Mac tests", "Linux tests" and trybot with swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix + swarming 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/telemetry_perf_unittests.isolate » ('j') | chrome/telemetry_perf_unittests.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 37f6b5c369743689919e65aa6c7503365e968da3..8569bed8cecb00dc34b015bb6232afac4b1b8f1f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3180,6 +3180,30 @@
['test_isolation_mode != "noop"', {
'targets': [
{
+ 'target_name': 'telemetry_chrome_test_base',
+ 'type': 'none',
+ 'dependencies': [
+ '../content/content_shell_and_tests.gyp:telemetry_base',
+ ],
+ 'conditions': [
+ ['OS=="linux" or OS=="mac"', {
+ 'dependencies': [
+ '../breakpad/breakpad.gyp:dump_syms',
+ ],
+ }],
+ ['OS=="mac"', {
+ 'dependencies': [
+ '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
+ ],
+ }],
+ ['OS=="win"', {
+ 'dependencies': [
+ 'chrome.gyp:crash_service',
+ ],
+ }],
+ ],
+ },
+ {
'target_name': 'browser_tests_run',
'type': 'none',
'dependencies': [
@@ -3202,6 +3226,20 @@
],
},
{
+ 'target_name': 'telemetry_perf_unittests',
+ 'type': 'none',
+ 'dependencies': [
+ 'chrome_run',
+ 'telemetry_chrome_test_base'
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'telemetry_perf_unittests.isolate',
+ ],
+ },
+ {
'target_name': 'telemetry_gpu_unittests',
'type': 'none',
'dependencies': [
@@ -3297,30 +3335,6 @@
},
},
{
- 'target_name': 'telemetry_chrome_test_base',
- 'type': 'none',
- 'dependencies': [
- '../content/content_shell_and_tests.gyp:telemetry_base',
- ],
- 'conditions': [
- ['OS=="linux" or OS=="mac"', {
- 'dependencies': [
- '../breakpad/breakpad.gyp:dump_syms',
- ],
- }],
- ['OS=="mac"', {
- 'dependencies': [
- '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
- ],
- }],
- ['OS=="win"', {
- 'dependencies': [
- 'chrome.gyp:crash_service',
- ],
- }],
- ],
- },
- {
# GN: //gpu:angle_unittests_run
'target_name': 'angle_unittests_run',
'type': 'none',
« 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