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

Unified Diff: ui/views/views.gyp

Issue 304883002: Enable touch text selection tests on all Aura platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert point to root window before screen Created 6 years, 7 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index feeef4cbc4976d0d96d81c6338ac5f3b57fe5e40..addf199e488981e7e8ae443614f74d23a3d94d57 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -732,11 +732,7 @@
'window/dialog_delegate_unittest.cc',
],
'conditions': [
- ['chromeos==0', {
- 'sources!': [
- 'touchui/touch_selection_controller_impl_unittest.cc',
- ],
- }, { # use_chromeos==1
+ ['chromeos==1', {
'sources/': [
['exclude', 'ime/input_method_bridge_unittest.cc'],
['exclude', 'widget/desktop_aura'],

Powered by Google App Engine
This is Rietveld 408576698