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

Unified Diff: ui/ui.gyp

Issue 10377155: Move ui/gfx/resources to ui/base/native_theme/resources Step2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 478ff6fafb35f5d6f38e0cc1dcbc6376f5c114ca..86c9edc133aefe60afbb72e1024a860dc9bbaa4d 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -30,7 +30,7 @@
'../third_party/libpng/libpng.gyp:libpng',
'../third_party/zlib/zlib.gyp:zlib',
'base/strings/ui_strings.gyp:ui_strings',
- 'gfx_resources',
+ 'native_theme_resources',
'<(libjpeg_gyp_path):libjpeg',
],
'defines': [
@@ -684,16 +684,16 @@
],
},
{
- 'target_name': 'gfx_resources',
+ 'target_name': 'native_theme_resources',
'type': 'none',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gfx',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme',
},
'actions': [
{
- 'action_name': 'gfx_resources',
+ 'action_name': 'native_theme_resources',
'variables': {
- 'grit_grd_file': 'gfx/gfx_resources.grd',
+ 'grit_grd_file': 'base/native_theme/resources/native_theme_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698