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

Unified Diff: chrome/chrome_tests.gypi

Issue 562733003: Add a gpu_unittests isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/gpu_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 ebb8163b9873bb33446a861a8b1a1a23bce7b715..37ec9f592757384a165e1a0b4b39753d58f9faf6 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3006,6 +3006,20 @@
'telemetry_gpu_test.isolate',
],
},
+ {
+ 'target_name': 'gpu_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ '../gpu/gpu.gyp:gpu_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'gpu_unittests.isolate',
+ ],
+ 'sources': [
+ 'gpu_unittests.isolate',
+ ],
+ },
],
'conditions': [
['internal_gles2_conform_tests==1', {
« no previous file with comments | « no previous file | chrome/gpu_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698