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

Unified Diff: chrome/chrome_tests.gypi

Issue 1396313005: Run telemetry_gpu_unittests via isolate on "Window 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_gpu_unittests.isolate » ('j') | chrome/telemetry_gpu_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 4668ad158be2f7f6144b9118fae91ee9d16aa29a..2c1e3c9db50bde87ca1aec0a07445ab61624cc89 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3189,6 +3189,19 @@
],
},
{
+ 'target_name': 'telemetry_gpu_unittests',
+ 'type': 'none',
+ 'dependencies': [
+ '../content/content_shell_and_tests.gyp:telemetry_base',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'telemetry_gpu_unittests.isolate',
+ ],
+ },
+ {
'target_name': 'chromedriver_unittests_run',
'type': 'none',
'dependencies': [
@@ -3271,19 +3284,6 @@
},
},
{
- 'target_name': 'telemetry_gpu_unittests_run',
- 'type': 'none',
- 'dependencies': [
- '../content/content_shell_and_tests.gyp:telemetry_base',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'telemetry_gpu_unittests.isolate',
- ],
- },
- {
'target_name': 'telemetry_chrome_test_base',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | chrome/telemetry_gpu_unittests.isolate » ('j') | chrome/telemetry_gpu_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698