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

Unified Diff: ui/gl/gl_unittests_apk.isolate

Issue 1403563004: Isolate gl_unittests_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add gl_unittests_apk.isolate. 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 | « ui/gl/gl_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_unittests_apk.isolate
diff --git a/ui/events/events_unittests_apk.isolate b/ui/gl/gl_unittests_apk.isolate
similarity index 67%
copy from ui/events/events_unittests_apk.isolate
copy to ui/gl/gl_unittests_apk.isolate
index c45db50fe0bb734f1ed78d360f3fa3d7c517a742..1032ef6c2c1e859433c235afa09d24052afcbc3b 100644
--- a/ui/events/events_unittests_apk.isolate
+++ b/ui/gl/gl_unittests_apk.isolate
@@ -7,11 +7,11 @@
],
'variables': {
'command': [
- '<(PRODUCT_DIR)/bin/run_events_unittests',
+ '<(PRODUCT_DIR)/bin/run_gl_unittests',
],
'files': [
- '<(PRODUCT_DIR)/bin/run_events_unittests',
- '<(PRODUCT_DIR)/events_unittests_apk/',
+ '<(PRODUCT_DIR)/bin/run_gl_unittests',
+ '<(PRODUCT_DIR)/gl_unittests_apk/',
]
},
}
« no previous file with comments | « ui/gl/gl_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698