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

Unified Diff: app/app_base.gypi

Issue 6263008: Move ResourceBundle, DataPack to ui/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « app/app.gyp ('k') | app/app_paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
===================================================================
--- app/app_base.gypi (revision 72000)
+++ app/app_base.gypi (working copy)
@@ -23,6 +23,10 @@
'../ui/base/system_monitor/system_monitor_mac.mm',
'../ui/base/system_monitor/system_monitor_posix.cc',
'../ui/base/system_monitor/system_monitor_win.cc',
+ '../ui/base/ui_base_paths.h',
+ '../ui/base/ui_base_paths.cc',
+ '../ui/base/ui_base_switches.h',
+ '../ui/base/ui_base_switches.cc',
'app_paths.h',
'app_paths.cc',
'app_switches.h',
@@ -161,6 +165,14 @@
'../ui/base/models/table_model.cc',
'../ui/base/models/table_model.h',
'../ui/base/models/table_model_observer.h',
+ '../ui/base/resource/data_pack.cc',
+ '../ui/base/resource/data_pack.h',
+ '../ui/base/resource/resource_bundle.cc',
+ '../ui/base/resource/resource_bundle.h',
+ '../ui/base/resource/resource_bundle_linux.cc',
+ '../ui/base/resource/resource_bundle_mac.mm',
+ '../ui/base/resource/resource_bundle_posix.cc',
+ '../ui/base/resource/resource_bundle_win.cc',
'../ui/base/text/text_elider.cc',
'../ui/base/text/text_elider.h',
'../ui/base/theme_provider.cc',
@@ -176,8 +188,6 @@
'../ui/base/x/x11_util.cc',
'../ui/base/x/x11_util.h',
'../ui/base/x/x11_util_internal.h',
- 'data_pack.cc',
- 'data_pack.h',
'gfx/gl/gl_bindings.h',
'gfx/gl/gl_context.cc',
'gfx/gl/gl_context.h',
@@ -207,12 +217,6 @@
'mac/nsimage_cache.h',
'mac/nsimage_cache.mm',
'mac/scoped_nsdisable_screen_updates.h',
- 'resource_bundle.cc',
- 'resource_bundle.h',
- 'resource_bundle_linux.cc',
- 'resource_bundle_mac.mm',
- 'resource_bundle_posix.cc',
- 'resource_bundle_win.cc',
'sql/connection.cc',
'sql/connection.h',
'sql/diagnostic_error_delegate.h',
@@ -322,8 +326,8 @@
'../ui/base/dragdrop/drop_target.cc',
'../ui/base/dragdrop/drop_target.h',
'../ui/base/dragdrop/os_exchange_data.cc',
- 'view_prop.cc',
- 'view_prop.h',
+ '../ui/base/view_prop.cc',
+ '../ui/base/view_prop.h',
'win/iat_patch_function.cc',
'win/iat_patch_function.h',
],
@@ -435,7 +439,7 @@
],
},
'sources': [
- 'resource_bundle_dummy.cc',
+ '../ui/base/resource/resource_bundle_dummy.cc',
],
'include_dirs': [
'../skia/config/win',
« no previous file with comments | « app/app.gyp ('k') | app/app_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698