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

Unified Diff: ui/base/ui_base_tests.gyp

Issue 2034863002: Move SelectionBound from ui/base/touch to ui/gfx to be used by cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/gfx/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 3d75cc69181f6d02eecda3ddae3f1ae9867ac632..dc5eed0c5e4660d52e09e9301fd7283c211e8d6e 100644
--- a/ui/base/ui_base_tests.gyp
+++ b/ui/base/ui_base_tests.gyp
@@ -90,7 +90,6 @@
'test/scoped_fake_nswindow_fullscreen_unittest.mm',
'test/test_clipboard_unittest.cc',
'text/bytes_formatting_unittest.cc',
- 'touch/selection_bound_unittest.cc',
'user_activity/user_activity_detector_unittest.cc',
'view_prop_unittest.cc',
'webui/web_ui_util_unittest.cc',
@@ -161,7 +160,7 @@
'../../testing/android/native_test.gyp:native_test_native_code',
],
'sources!': [
- 'touch/selection_bound_unittest.cc',
+ 'selection_bound_unittest.cc',
dtapuska 2016/06/02 20:16:56 Is this correct? I'd expect this line to be remove
Fady Samuel 2016/06/02 20:38:32 No it's not mass_rename error. Fixed. Thanks!
'user_activity/user_activity_detector_unittest.cc',
],
}],
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698