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

Unified Diff: ui/touch_selection/ui_touch_selection_unittests_apk.isolate

Issue 1374843004: Isolate ui_touch_selection_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. 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/touch_selection/ui_touch_selection.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/ui_touch_selection_unittests_apk.isolate
diff --git a/ui/android/ui_android_unittests_apk.isolate b/ui/touch_selection/ui_touch_selection_unittests_apk.isolate
similarity index 62%
copy from ui/android/ui_android_unittests_apk.isolate
copy to ui/touch_selection/ui_touch_selection_unittests_apk.isolate
index 4142146188718630b9c532c29af36495a7bebb10..a2b39ac5d9648762d8fa0ce9421592d171306e73 100644
--- a/ui/android/ui_android_unittests_apk.isolate
+++ b/ui/touch_selection/ui_touch_selection_unittests_apk.isolate
@@ -7,11 +7,11 @@
],
'variables': {
'command': [
- '<(PRODUCT_DIR)/bin/run_ui_android_unittests', '-v',
+ '<(PRODUCT_DIR)/bin/run_ui_touch_selection_unittests',
],
'files': [
- '<(PRODUCT_DIR)/bin/run_ui_android_unittests',
- '<(PRODUCT_DIR)/ui_android_unittests_apk/',
+ '<(PRODUCT_DIR)/bin/run_ui_touch_selection_unittests',
+ '<(PRODUCT_DIR)/ui_touch_selection_unittests_apk/',
]
},
}
« no previous file with comments | « ui/touch_selection/ui_touch_selection.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698