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

Unified Diff: views/views.gyp

Issue 8521001: Touch to Mouse conversion validation of views::GestureManager (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Incorporated gyp changes Created 9 years, 1 month 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 | « views/view_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 6f4da62696c651882503eb617e4a44dd6e9a2b12..9d7ff2b60db98febef8d30de6c5c55e53419e4c1 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -595,6 +595,8 @@
'focus/focus_manager_unittest.cc',
'layout/grid_layout_unittest.cc',
'layout/box_layout_unittest.cc',
+ 'test/test_event_utils.h',
+ 'test/test_event_utils_x.cc',
'test/views_test_base.cc',
'test/views_test_base.h',
'run_all_unittests.cc',
@@ -667,6 +669,11 @@
['exclude', '../ui/aura/test/test_desktop_delegate.h'],
],
}],
+ ['use_x11!=1', {
+ 'sources/': [
+ ['exclude', 'test/test_event_utils_x.cc'],
+ ],
+ }],
],
},
{
« no previous file with comments | « views/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698