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

Unified Diff: ui/touch_selection/ui_touch_selection_unittests.isolate

Issue 794903004: Isolate ui_touch_selection_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years 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.isolate
diff --git a/ui/events/events_unittests.isolate b/ui/touch_selection/ui_touch_selection_unittests.isolate
similarity index 86%
copy from ui/events/events_unittests.isolate
copy to ui/touch_selection/ui_touch_selection_unittests.isolate
index 024de78a2061f96290d6f4e5d96a5c04e41cab39..68e1e01504424d757f7b5c9c3c0798275317c67a 100644
--- a/ui/events/events_unittests.isolate
+++ b/ui/touch_selection/ui_touch_selection_unittests.isolate
@@ -7,7 +7,7 @@
'variables': {
'files': [
'../../testing/test_env.py',
- '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
@@ -16,7 +16,7 @@
'command': [
'../../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -53,7 +53,7 @@
'variables': {
'command': [
'../../testing/test_env.py',
- '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/ui_touch_selection_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
« 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