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

Unified Diff: ui/base/ui_base_tests.gypi

Issue 700563002: Implementing directional text selection handles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_assets_text
Patch Set: Removing the SelectionBound test from Android, since touch_editing_controller not included in Andro… Created 6 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
Index: ui/base/ui_base_tests.gypi
diff --git a/ui/base/ui_base_tests.gypi b/ui/base/ui_base_tests.gypi
index 3fbab77b7ac58b55d4fde46799d17f81dae36e1d..3e26932c98405ea98ecbbb59829687ee810b8b1c 100644
--- a/ui/base/ui_base_tests.gypi
+++ b/ui/base/ui_base_tests.gypi
@@ -70,6 +70,7 @@
'models/tree_node_model_unittest.cc',
'test/data/resource.h',
'text/bytes_formatting_unittest.cc',
+ 'touch/touch_editing_controller_unittest.cc',
'view_prop_unittest.cc',
'webui/web_ui_util_unittest.cc',
'x/selection_requestor_unittest.cc',
@@ -132,6 +133,9 @@
'dependencies': [
'../../testing/android/native_test.gyp:native_test_native_code',
],
+ 'sources!': [
+ 'touch/touch_editing_controller_unittest.cc',
+ ],
}],
['use_pango == 1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698