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

Unified Diff: views/views.gyp

Issue 7491090: Tests for TouchSelectoinControllerImpl. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 | « views/touchui/touch_selection_controller_impl_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 f3e9192564274155c343cfba5a8c4d1b0d7492dc..24a362992b5c35c01ea0c989de3988a766a701e7 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -474,6 +474,7 @@
'run_all_unittests.cc',
'test/test_views_delegate.cc',
'test/test_views_delegate.h',
+ 'touchui/touch_selection_controller_impl_unittest.cc',
'view_unittest.cc',
'widget/native_widget_test_utils.h',
'widget/native_widget_test_utils_gtk.cc',
@@ -502,6 +503,11 @@
],
},
],
+ ['touchui==0', {
+ 'sources!': [
+ 'touchui/touch_selection_controller_impl_unittest.cc',
+ ],
+ }],
['OS=="win"', {
'dependencies': [
# TODO(jcivelli): ideally the resource needed by views would be
« no previous file with comments | « views/touchui/touch_selection_controller_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698