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

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

Issue 1162283002: Load the Chrome OS TTS engine manifest from the file system isntead of resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update component extension whitelist. Created 5 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/extensions/component_extensions_whitelist/whitelist.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 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 <include name="IDR_GAIA_AUTH_KEYBOARD_MANIFEST" file="resources\gaia_auth\ manifest_keyboard.json" type="BINDATA" /> 291 <include name="IDR_GAIA_AUTH_KEYBOARD_MANIFEST" file="resources\gaia_auth\ manifest_keyboard.json" type="BINDATA" />
292 <if expr="chromeos"> 292 <if expr="chromeos">
293 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" /> 293 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" />
294 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" /> 294 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" />
295 <include name="IDR_CROSH_BUILTIN_MANIFEST" file="resources\chromeos\cros h_builtin\manifest.json" type="BINDATA" /> 295 <include name="IDR_CROSH_BUILTIN_MANIFEST" file="resources\chromeos\cros h_builtin\manifest.json" type="BINDATA" />
296 <include name="IDR_CRYPTOHOME_HTML" file="resources\chromeos\cryptohome. html" flattenhtml="true" type="BINDATA" /> 296 <include name="IDR_CRYPTOHOME_HTML" file="resources\chromeos\cryptohome. html" flattenhtml="true" type="BINDATA" />
297 <include name="IDR_CRYPTOHOME_JS" file="resources\chromeos\cryptohome.js " type="BINDATA" /> 297 <include name="IDR_CRYPTOHOME_JS" file="resources\chromeos\cryptohome.js " type="BINDATA" />
298 <!-- manifest file of Connectivity Diagnostics app --> 298 <!-- manifest file of Connectivity Diagnostics app -->
299 <include name="IDR_CONNECTIVITY_DIAGNOSTICS_MANIFEST" file="resources\ch romeos\connectivity_diagnostics\manifest.json" type="BINDATA" /> 299 <include name="IDR_CONNECTIVITY_DIAGNOSTICS_MANIFEST" file="resources\ch romeos\connectivity_diagnostics\manifest.json" type="BINDATA" />
300 <include name="IDR_CONNECTIVITY_DIAGNOSTICS_LAUNCHER_MANIFEST" file="res ources\chromeos\connectivity_diagnostics_launcher\manifest.json" type="BINDATA" /> 300 <include name="IDR_CONNECTIVITY_DIAGNOSTICS_LAUNCHER_MANIFEST" file="res ources\chromeos\connectivity_diagnostics_launcher\manifest.json" type="BINDATA" />
301 <!-- manifest file of built-in speech synthesis extension -->
302 <include name="IDR_SPEECH_SYNTHESIS_MANIFEST" file="resources\chromeos\s peech_synthesis\manifest.json" type="BINDATA" />
303 <include name="IDR_SPEECH_SYNTHESIS_GUEST_MANIFEST" file="resources\chro meos\speech_synthesis\manifest_guest.json" type="BINDATA" />
304 <include name="IDR_DRIVE_INTERNALS_CSS" file="resources\chromeos\drive_i nternals.css" type="BINDATA" /> 301 <include name="IDR_DRIVE_INTERNALS_CSS" file="resources\chromeos\drive_i nternals.css" type="BINDATA" />
305 <include name="IDR_DRIVE_INTERNALS_HTML" file="resources\chromeos\drive_ internals.html" flattenhtml="true" type="BINDATA" /> 302 <include name="IDR_DRIVE_INTERNALS_HTML" file="resources\chromeos\drive_ internals.html" flattenhtml="true" type="BINDATA" />
306 <include name="IDR_DRIVE_INTERNALS_JS" file="resources\chromeos\drive_in ternals.js" type="BINDATA" /> 303 <include name="IDR_DRIVE_INTERNALS_JS" file="resources\chromeos\drive_in ternals.js" type="BINDATA" />
307 <include name="IDR_PROVIDED_FILE_SYSTEMS_CSS" file="resources\chromeos\p rovided_file_systems.css" type="BINDATA" /> 304 <include name="IDR_PROVIDED_FILE_SYSTEMS_CSS" file="resources\chromeos\p rovided_file_systems.css" type="BINDATA" />
308 <include name="IDR_PROVIDED_FILE_SYSTEMS_HTML" file="resources\chromeos\ provided_file_systems.html" flattenhtml="true" type="BINDATA" /> 305 <include name="IDR_PROVIDED_FILE_SYSTEMS_HTML" file="resources\chromeos\ provided_file_systems.html" flattenhtml="true" type="BINDATA" />
309 <include name="IDR_PROVIDED_FILE_SYSTEMS_JS" file="resources\chromeos\pr ovided_file_systems.js" flattenhtml="true" type="BINDATA" /> 306 <include name="IDR_PROVIDED_FILE_SYSTEMS_JS" file="resources\chromeos\pr ovided_file_systems.js" flattenhtml="true" type="BINDATA" />
310 <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\chromeos\gue st_session_tab.html" flattenhtml="true" type="BINDATA" /> 307 <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\chromeos\gue st_session_tab.html" flattenhtml="true" type="BINDATA" />
311 <include name="IDR_IMAGEBURNER_HTML" file="resources\chromeos\image_burn er.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 308 <include name="IDR_IMAGEBURNER_HTML" file="resources\chromeos\image_burn er.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
312 <include name="IDR_KEYBOARD_OVERLAY_CSS" file="resources\chromeos\keyboa rd_overlay.css" flattenhtml="true" type="BINDATA" /> 309 <include name="IDR_KEYBOARD_OVERLAY_CSS" file="resources\chromeos\keyboa rd_overlay.css" flattenhtml="true" type="BINDATA" />
313 <include name="IDR_KEYBOARD_OVERLAY_HTML" file="resources\chromeos\keybo ard_overlay.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" / > 310 <include name="IDR_KEYBOARD_OVERLAY_HTML" file="resources\chromeos\keybo ard_overlay.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" / >
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 </if> 432 </if>
436 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p roxy\manifest.json" type="BINDATA" /> 433 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p roxy\manifest.json" type="BINDATA" />
437 <include name="IDR_MD_SETTINGS_UI_HTML" file="resources\md_settings\md_set tings.html" type="BINDATA" /> 434 <include name="IDR_MD_SETTINGS_UI_HTML" file="resources\md_settings\md_set tings.html" type="BINDATA" />
438 <include name="IDR_MD_SETTINGS_UI_CSS" file="resources\md_settings\md_sett ings.css" type="BINDATA" /> 435 <include name="IDR_MD_SETTINGS_UI_CSS" file="resources\md_settings\md_sett ings.css" type="BINDATA" />
439 <if expr="enable_media_router"> 436 <if expr="enable_media_router">
440 <part file="media_router_resources.grdp" /> 437 <part file="media_router_resources.grdp" />
441 </if> 438 </if>
442 </includes> 439 </includes>
443 </release> 440 </release>
444 </grit> 441 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/component_extensions_whitelist/whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698