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

Unified Diff: ui/base/ui_base_tests.gyp

Issue 759433002: Reland: Move TouchSelectionController from content to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Excluded ui/touch_selection from Windows GN build Created 6 years 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 | « ui/base/ui_base.gyp ('k') | ui/touch_selection/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_tests.gyp
diff --git a/ui/base/ui_base_tests.gyp b/ui/base/ui_base_tests.gyp
index 85626be989d98a6d1817f98e659bac57438aa95e..09a079db08513ca57b249c73d7f43eba1606617d 100644
--- a/ui/base/ui_base_tests.gyp
+++ b/ui/base/ui_base_tests.gyp
@@ -78,7 +78,7 @@
'test/test_clipboard_unittest.cc',
'test/data/resource.h',
'text/bytes_formatting_unittest.cc',
- 'touch/touch_editing_controller_unittest.cc',
+ 'touch/selection_bound_unittest.cc',
'view_prop_unittest.cc',
'webui/web_ui_util_unittest.cc',
'x/selection_requestor_unittest.cc',
@@ -142,7 +142,7 @@
'../../testing/android/native_test.gyp:native_test_native_code',
],
'sources!': [
- 'touch/touch_editing_controller_unittest.cc',
+ 'touch/selection_bound_unittest.cc',
],
}],
['use_pango == 1', {
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/touch_selection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698