diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 22:14:38 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 22:14:38 +0000 |
commit | 91e81aeeccfb493d3503368d7b30a0f3b80a3478 (patch) | |
tree | 0d6b7049b614cb9e3aa9f29ff26a7ecaee0d9fc7 /chrome/chrome.gyp | |
parent | 5f9e0b82a61503101a80a3dee4df9f5b7017c8d1 (diff) | |
download | chromium_src-91e81aeeccfb493d3503368d7b30a0f3b80a3478.zip chromium_src-91e81aeeccfb493d3503368d7b30a0f3b80a3478.tar.gz chromium_src-91e81aeeccfb493d3503368d7b30a0f3b80a3478.tar.bz2 |
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layout to new locations in app/ and views/
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 06ade17..de01a3e 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -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', |