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

Unified Diff: ui/ui_resources.gypi

Issue 7584007: make bubble_border to use resources under ui/resources. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: add missing chrome.gyp change Created 9 years, 4 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
« tools/grit/resource_ids ('K') | « ui/resources/ui_resources_large.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_resources.gypi
diff --git a/ui/ui_resources.gypi b/ui/ui_resources.gypi
index 2f4cf6e09f135fdd27676a74cde45fae27ad977b..3baab054e104e8359b559a2b626b61af36e594b8 100644
--- a/ui/ui_resources.gypi
+++ b/ui/ui_resources.gypi
@@ -21,5 +21,22 @@
],
'includes': [ '../build/grit_target.gypi' ],
},
+ {
+ 'target_name': 'ui_resources_large',
sky 2011/08/08 16:23:35 Don't we also need ui_resources_standard?
alicet1 2011/08/09 08:12:26 added. also moved the bubble resources to ui_resou
+ 'type': 'none',
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large',
+ },
+ 'actions': [
+ {
+ 'action_name': 'ui_resources_large',
+ 'variables': {
+ 'grit_grd_file': 'resources/ui_resources_large.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ 'includes': [ '../build/grit_target.gypi' ],
+ },
],
}
« tools/grit/resource_ids ('K') | « ui/resources/ui_resources_large.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698