summaryrefslogtreecommitdiffstats
path: root/ui/views/views.gyp
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 21:36:04 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 21:36:04 +0000
commitf75b44c522b876d6187cb25aa27f93e5da5765a3 (patch)
treedc68ec1b5f7636e703744b22a86c65e5db241220 /ui/views/views.gyp
parentb3dd7665842ee6b0536c6c73ce86f64963795664 (diff)
downloadchromium_src-f75b44c522b876d6187cb25aa27f93e5da5765a3.zip
chromium_src-f75b44c522b876d6187cb25aa27f93e5da5765a3.tar.gz
chromium_src-f75b44c522b876d6187cb25aa27f93e5da5765a3.tar.bz2
Move ui/gfx/resources to ui/base/native_theme/resources
Step2. - Move ui/gfx/gfx_resources.grd to ui/base/native_theme/native_theme_resources.grd -Updated gyp/DEPS/py files to use new target. -Removed old files. I had to keep the gfx_resources.pak as DumpRendererTree depends on it. I'll update DumpRendererTree first and then remove copy of gfx_resources.pak. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r--ui/views/views.gyp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 7acb492..47c1099 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -497,7 +497,7 @@
'../base/strings/ui_strings.gyp:ui_strings',
'../compositor/compositor.gyp:compositor',
'../compositor/compositor.gyp:compositor_test_support',
- '../ui.gyp:gfx_resources',
+ '../ui.gyp:native_theme_resources',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
@@ -546,7 +546,7 @@
'widget/widget_unittest.cc',
'run_all_unittests.cc',
- '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
],
@@ -600,7 +600,7 @@
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
'../ui.gyp:ui',
- '../ui.gyp:gfx_resources',
+ '../ui.gyp:native_theme_resources',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
'views',
@@ -685,7 +685,7 @@
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
'../ui.gyp:ui',
- '../ui.gyp:gfx_resources',
+ '../ui.gyp:native_theme_resources',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
'views_examples_lib',
@@ -704,7 +704,7 @@
'examples/examples_main.cc',
'test/test_views_delegate.cc',
'test/test_views_delegate.h',
- '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
],