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

Unified Diff: chrome/chrome.gyp

Issue 113143: Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/views/toolbar_view.cc ('k') | chrome/common/accessibility_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 15683)
+++ chrome/chrome.gyp (working copy)
@@ -141,6 +141,8 @@
'../app/gfx/chrome_font_mac.mm',
'../app/gfx/chrome_font_skia.cc',
'../app/gfx/chrome_font_win.cc',
+ '../app/gfx/color_utils.cc',
+ '../app/gfx/color_utils.h',
'../app/gfx/favicon_size.h',
'../app/gfx/icon_util.cc',
'../app/gfx/icon_util.h',
@@ -148,6 +150,8 @@
'../app/gfx/path_gtk.cc',
'../app/gfx/path_win.cc',
'../app/gfx/path.h',
+ '../app/gfx/text_elider.cc',
+ '../app/gfx/text_elider.h',
'../app/l10n_util.cc',
'../app/l10n_util.h',
'../app/l10n_util_posix.cc',
@@ -254,12 +258,8 @@
'common/extensions/url_pattern.h',
'common/extensions/user_script.cc',
'common/extensions/user_script.h',
- 'common/gfx/color_utils.cc',
- 'common/gfx/color_utils.h',
'common/gfx/emf.cc',
'common/gfx/emf.h',
- 'common/gfx/text_elider.cc',
- 'common/gfx/text_elider.h',
'common/gfx/utils.h',
'common/gtk_util.cc',
'common/gtk_util.h',
@@ -268,7 +268,6 @@
'common/net/dns.h',
'common/net/url_request_intercept_job.cc',
'common/net/url_request_intercept_job.h',
- 'common/accessibility_types.h',
'common/app_cache/app_cache_context_impl.cc',
'common/app_cache/app_cache_context_impl.h',
'common/app_cache/app_cache_dispatcher.cc',
@@ -1422,7 +1421,6 @@
'browser/views/shelf_item_dialog.cc',
'browser/views/shelf_item_dialog.h',
'browser/views/shell_dialogs_win.cc',
- 'browser/views/standard_layout.h',
'browser/views/star_toggle.cc',
'browser/views/star_toggle.h',
'browser/views/status_bubble_views.cc',
@@ -2617,7 +2615,7 @@
'../app/gfx/chrome_font_unittest.cc',
'common/gfx/emf_unittest.cc',
'../app/gfx/icon_util_unittest.cc',
- 'common/gfx/text_elider_unittest.cc',
+ '../app/gfx/text_elider_unittest.cc',
'common/important_file_writer_unittest.cc',
'common/ipc_message_unittest.cc',
'common/ipc_sync_channel_unittest.cc',
@@ -2980,6 +2978,7 @@
# All .cc, .h under views, except unittests
'../views/accelerator.cc',
'../views/accelerator.h',
+ '../views/accessibility/accessibility_types.h',
'../views/accessibility/view_accessibility.cc',
'../views/accessibility/view_accessibility.h',
'../views/accessibility/view_accessibility_wrapper.cc',
@@ -3082,6 +3081,7 @@
'../views/painter.h',
'../views/repeat_controller.cc',
'../views/repeat_controller.h',
+ '../views/standard_layout.h',
'../views/view.cc',
'../views/view.h',
'../views/view_constants.cc',
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/common/accessibility_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698