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

Unified Diff: chrome/browser/resources/component_extension_resources.grd

Issue 5977007: Expand scope of bookmark manager resources to all component extension resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « chrome/browser/extensions/extension_protocols.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/component_extension_resources.grd
diff --git a/chrome/browser/resources/bookmark_manager_resources.grd b/chrome/browser/resources/component_extension_resources.grd
similarity index 63%
rename from chrome/browser/resources/bookmark_manager_resources.grd
rename to chrome/browser/resources/component_extension_resources.grd
index 94bf63f01476e80a45fa2f0e2935a8082da47fdc..83b9e14ed07c06cd9e80347ec45993304d82a6c2 100644
--- a/chrome/browser/resources/bookmark_manager_resources.grd
+++ b/chrome/browser/resources/component_extension_resources.grd
@@ -3,18 +3,20 @@
without changes to the corresponding grd file. -->
<grit latest_public_release="0" current_release="1">
<outputs>
- <output filename="grit/bookmark_manager_resources.h" type="rc_header">
+ <output filename="grit/component_extension_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
- <output filename="grit/bookmark_manager_resources_map.cc" type="resource_file_map_source" />
- <output filename="grit/bookmark_manager_resources_map.h" type="resource_map_header" />
- <output filename="bookmark_manager_resources.pak" type="data_package" />
+ <output filename="grit/component_extension_resources_map.cc" type="resource_file_map_source" />
+ <output filename="grit/component_extension_resources_map.h" type="resource_map_header" />
+ <output filename="component_extension_resources.pak" type="data_package" />
</outputs>
<release seq="1">
<includes>
<include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_RECENT" file="bookmark_manager/images/bookmark_manager_recent.png" type="BINDATA" />
<include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH" file="bookmark_manager/images/bookmark_manager_search.png" type="BINDATA" />
<include name="IDR_BOOKMARK_MANAGER_MAIN" file="bookmark_manager/main.html" flattenhtml="true" type="BINDATA" />
+
+ <include name="IDR_KEYBOARD_INDEX" file="keyboard/index.html" flattenhtml="true" type="BINDATA" />
tony 2010/12/26 08:48:01 I guess this file will be included in all builds o
</includes>
</release>
</grit>
« no previous file with comments | « chrome/browser/extensions/extension_protocols.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698