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

Unified Diff: ui/ui.gyp

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 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/keyboard/keyboard_controller_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index d40d0cb8649193133c6b786dfa07f7174e2a827f..e495f21da97bb63e44b5ce3fde24804f6b7efa21 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -300,10 +300,6 @@
'base/ozone/events_ozone.cc',
'base/ozone/surface_factory_ozone.cc',
'base/ozone/surface_factory_ozone.h',
- 'base/range/range.cc',
- 'base/range/range.h',
- 'base/range/range_mac.mm',
- 'base/range/range_win.cc',
'base/resource/data_pack.cc',
'base/resource/data_pack.h',
'base/resource/resource_bundle.cc',
@@ -528,6 +524,10 @@
'gfx/point_f.h',
'gfx/quad_f.cc',
'gfx/quad_f.h',
+ 'gfx/range/range.cc',
+ 'gfx/range/range.h',
+ 'gfx/range/range_mac.mm',
+ 'gfx/range/range_win.cc',
'gfx/rect.cc',
'gfx/rect.h',
'gfx/rect_base.h',
@@ -628,10 +628,10 @@
['include', '(^|/)ios/'],
['include', '^gfx/'],
['exclude', '^gfx/codec/jpeg_codec\\.cc$'],
+ ['include', '^gfx/range/'],
['include', '^base/animation/'],
['include', '^base/l10n/'],
['include', '^base/layout'],
- ['include', '^base/range/'],
['include', '^base/resource/'],
['include', '^base/text/text_elider\\.'],
['include', '^base/ui_base_'],
« no previous file with comments | « ui/keyboard/keyboard_controller_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698