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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 96233002: Add a PDF component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/extensions/component_loader.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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 <output filename="browser_resources.rc" type="rc_all" /> 8 <output filename="browser_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type= "BINDATA" /> 190 <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type= "BINDATA" />
191 <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B INDATA" /> 191 <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B INDATA" />
192 <if expr="not is_android or pp_ifdef('google_tv')"> 192 <if expr="not is_android or pp_ifdef('google_tv')">
193 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" /> 193 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
194 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA " /> 194 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA " />
195 </if> 195 </if>
196 <if expr="not is_android or pp_ifdef('google_tv')"> 196 <if expr="not is_android or pp_ifdef('google_tv')">
197 <include name="IDR_COMPONENTS_HTML" file="resources\components.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" /> 197 <include name="IDR_COMPONENTS_HTML" file="resources\components.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" />
198 <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="B INDATA" /> 198 <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="B INDATA" />
199 </if> 199 </if>
200 <if expr="pp_ifdef('enable_plugins')">
201 <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type ="BINDATA" />
202 </if>
200 <if expr="is_android and pp_ifdef('google_tv')"> 203 <if expr="is_android and pp_ifdef('google_tv')">
201 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_tv.json" type="BINDATA" /> 204 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_tv.json" type="BINDATA" />
202 </if> 205 </if>
203 <if expr="is_win"> 206 <if expr="is_win">
204 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_win.json" type="BINDATA" /> 207 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_win.json" type="BINDATA" />
205 </if> 208 </if>
206 <if expr="is_macosx"> 209 <if expr="is_macosx">
207 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_mac.json" type="BINDATA" /> 210 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_mac.json" type="BINDATA" />
208 </if> 211 </if>
209 <if expr="is_linux"> 212 <if expr="is_linux">
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 </if> 403 </if>
401 <if expr="pp_ifdef('chromeos')"> 404 <if expr="pp_ifdef('chromeos')">
402 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" /> 405 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" />
403 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" /> 406 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" />
404 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" /> 407 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" />
405 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" /> 408 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" />
406 </if> 409 </if>
407 </includes> 410 </includes>
408 </release> 411 </release>
409 </grit> 412 </grit>
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698