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

Unified 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, 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 08081b9ed9702d0f35cc9ad72c040c3a65c822e6..af61cc42da1fd08f8d507776e171be5e70f526b7 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3203,6 +3203,19 @@
],
},
{
+ 'target_name': 'telemetry_perf_unittests',
+ 'type': 'none',
+ 'dependencies': [
+ '../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
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'telemetry_perf_unittests.isolate',
+ ],
+ },
+ {
'target_name': 'telemetry_gpu_unittests',
'type': 'none',
'dependencies': [
« 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