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

Unified Diff: ui/touch_selection/ui_touch_selection.gyp

Issue 1374843004: Isolate ui_touch_selection_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | ui/touch_selection/ui_touch_selection_unittests_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/ui_touch_selection.gyp
diff --git a/ui/touch_selection/ui_touch_selection.gyp b/ui/touch_selection/ui_touch_selection.gyp
index f191639a2235971ee0622414513deccd777ccf07..b6c85487df52c3e45828e64db6fb6ce7e3e1d263 100644
--- a/ui/touch_selection/ui_touch_selection.gyp
+++ b/ui/touch_selection/ui_touch_selection.gyp
@@ -152,6 +152,25 @@
],
},
],
+ 'conditions': [
+ ['OS == "android"', {
+ 'targets': [
+ {
+ 'target_name': 'ui_touch_selection_unittests_apk_run',
jdduke (slow) 2015/09/29 18:25:48 Are we doing this for each test apk separately? I
ghost stip (do not use) 2015/09/29 21:50:09 yeah, mainly for OWNERS reasons (and I hate review
+ 'type': 'none',
+ 'dependencies': [
+ 'ui_touch_selection_unittests_apk',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'ui_touch_selection_unittests_apk.isolate',
+ ],
+ },
+ ]
+ }],
+ ],
}],
],
}
« no previous file with comments | « no previous file | ui/touch_selection/ui_touch_selection_unittests_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698