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

Side by Side Diff: chrome/browser/resources/component_extension_resources.grd

Issue 6708093: Load devtools files from resources.pak rather than from disk take 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grd change to force rules to run Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_url_data_manager_backend.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/component_extension_resources.h" type="rc_header"> 6 <output filename="grit/component_extension_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> 9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" />
10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> 10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" />
11 <output filename="component_extension_resources.pak" type="data_package" /> 11 <output filename="component_extension_resources.pak" type="data_package" />
12 </outputs> 12 </outputs>
13 <release seq="1"> 13 <release seq="1">
14 <includes> 14 <includes>
15 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_RECENT" file="bookmar k_manager/images/bookmark_manager_recent.png" type="BINDATA" /> 15 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_RECENT" file="bookmar k_manager/images/bookmark_manager_recent.png" type="BINDATA" />
16 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH" file="bookmar k_manager/images/bookmark_manager_search.png" type="BINDATA" /> 16 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH" file="bookmar k_manager/images/bookmark_manager_search.png" type="BINDATA" />
17 <include name="IDR_BOOKMARK_MANAGER_MAIN" file="bookmark_manager/main.html " flattenhtml="true" type="BINDATA" /> 17 <include name="IDR_BOOKMARK_MANAGER_MAIN" file="bookmark_manager/main.html " flattenhtml="true" type="BINDATA" />
18 18
19 <if expr="pp_ifdef('file_manager_extension')"> 19 <if expr="pp_ifdef('file_manager_extension')">
20 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" type="BINDATA" /> 20 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" type="BINDATA" />
21 <include name="IDR_FILE_MANAGER_ICON16" file="file_manager/images/icon16 .png" type="BINDATA" /> 21 <include name="IDR_FILE_MANAGER_ICON16" file="file_manager/images/icon16 .png" type="BINDATA" />
22 </if> 22 </if>
23 23
24 <if expr="pp_ifdef('touchui')"> 24 <if expr="pp_ifdef('touchui')">
25 <include name="IDR_KEYBOARD_INDEX" file="keyboard/index.html" flattenhtm l="true" type="BINDATA" /> 25 <include name="IDR_KEYBOARD_INDEX" file="keyboard/index.html" flattenhtm l="true" type="BINDATA" />
26 </if> 26 </if>
27 </includes> 27 </includes>
28 </release> 28 </release>
29 </grit> 29 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698