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

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: Disable startup.warm.chrome_signin (crbug.com/551236) 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/telemetry_perf_unittests.isolate » ('j') | no next file with comments »
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 05829a5aa73de90f1c291085cedbe7234b09a955..e134a8d9b8134131b40ef0b6501510c0d88d71de 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3181,6 +3181,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': [
@@ -3203,6 +3227,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': [
@@ -3298,30 +3336,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698