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

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

Issue 521483003: Hotword Audio Verification App: Adds hotwording assets and basic opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 6 years, 3 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/resources/hotword_audio_verification/event_page.js » ('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" />
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 <include name="IDR_GAIA_AUTH_SAML_INJECTED_JS" file="gaia_auth/saml_inject ed.js" type="BINDATA" /> 55 <include name="IDR_GAIA_AUTH_SAML_INJECTED_JS" file="gaia_auth/saml_inject ed.js" type="BINDATA" />
56 <include name="IDR_GAIA_AUTH_CHANNEL_JS" file="gaia_auth/channel.js" type= "BINDATA" /> 56 <include name="IDR_GAIA_AUTH_CHANNEL_JS" file="gaia_auth/channel.js" type= "BINDATA" />
57 <!-- Hangout Services extension, included in Google Chrome builds only. -- > 57 <!-- Hangout Services extension, included in Google Chrome builds only. -- >
58 <if expr="_google_chrome or enable_hangout_services_extension"> 58 <if expr="_google_chrome or enable_hangout_services_extension">
59 <include name="IDR_HANGOUT_SERVICES_BACKGROUND_HTML" file="hangout_servi ces/background.html" type="BINDATA" /> 59 <include name="IDR_HANGOUT_SERVICES_BACKGROUND_HTML" file="hangout_servi ces/background.html" type="BINDATA" />
60 <include name="IDR_HANGOUT_SERVICES_THUNK_JS" file="hangout_services/thu nk.js" type="BINDATA" /> 60 <include name="IDR_HANGOUT_SERVICES_THUNK_JS" file="hangout_services/thu nk.js" type="BINDATA" />
61 </if> 61 </if>
62 <if expr="enable_extensions"> 62 <if expr="enable_extensions">
63 <!-- Hotword Audio Verification extension --> 63 <!-- Hotword Audio Verification extension -->
64 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_BACKGROUND_JS" file="hotwo rd_audio_verification/event_page.js" type="BINDATA" /> 64 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_BACKGROUND_JS" file="hotwo rd_audio_verification/event_page.js" type="BINDATA" />
65 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_MAIN_JS" file="hotword_aud io_verification/main.js" type="BINDATA" />
66 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_FLOW_JS" file="hotword_aud io_verification/flow.js" type="BINDATA" />
67 <include name="IDR_HOTWORD_ONLY_STEP_HTML" file="hotword_audio_verificat ion/steps/hotword_only_step.html" flattenhtml="true" type="BINDATA" />
68 <include name="IDR_AUDIO_HISTORY_STEP_HTML" file="hotword_audio_verifica tion/steps/audio_history_step.html" flattenhtml="true" type="BINDATA" />
69 <include name="IDR_HOTWORD_AUDIO_HISTORY_STEP_HTML" file="hotword_audio_ verification/steps/hotword_audio_history_step.html" flattenhtml="true" type="BIN DATA" />
70 <include name="IDR_SPEECH_TRAINING_STEP_HTML" file="hotword_audio_verifi cation/steps/speech_training_step.html" flattenhtml="true" type="BINDATA" />
71 <include name="IDR_FINISHED_STEP_HTML" file="hotword_audio_verification/ steps/finished_step.html" flattenhtml="true" type="BINDATA" />
72 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_STYLE_CSS" file="hotword_a udio_verification/style.css" type="BINDATA" />
73 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CLOSE" file="hotword _audio_verification/images/bt-close-1x.png" type="BINDATA" />
74 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_HEADER" file="hotwor d_audio_verification/images/header-optin-1x.png" type="BINDATA" />
75 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_BLUE" file="ho tword_audio_verification/images/ic-check-blue-1x.png" type="BINDATA" />
76 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_GRAY" file="ho tword_audio_verification/images/ic-check-gray-1x.png" type="BINDATA" />
77 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR" file="hotword _audio_verification/images/ic-error-1x.png" type="BINDATA" />
78 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_MIC" file="hotword_a udio_verification/images/mic-1x.png" type="BINDATA" />
79 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER" file="hotwor d_audio_verification/images/placeholder-loader-1x.png" type="BINDATA" />
80 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_ERROR" file=" hotword_audio_verification/images/placeholder-loader-error-1x.png" type="BINDATA " />
65 81
66 <!-- Hotword Helper extension --> 82 <!-- Hotword Helper extension -->
67 <include name="IDR_HOTWORD_HELPER_AUDIO_CLIENT_JS" file="hotword_helper/ audio_client.js" type="BINDATA" /> 83 <include name="IDR_HOTWORD_HELPER_AUDIO_CLIENT_JS" file="hotword_helper/ audio_client.js" type="BINDATA" />
68 <include name="IDR_HOTWORD_HELPER_MANAGER_JS" file="hotword_helper/manag er.js" type="BINDATA" /> 84 <include name="IDR_HOTWORD_HELPER_MANAGER_JS" file="hotword_helper/manag er.js" type="BINDATA" />
69 85
70 <!-- (Experimental) hotword triggering extension --> 86 <!-- (Experimental) hotword triggering extension -->
71 <include name="IDR_HOTWORD_CONSTANTS_JS" file="hotword/constants.js" typ e="BINDATA" /> 87 <include name="IDR_HOTWORD_CONSTANTS_JS" file="hotword/constants.js" typ e="BINDATA" />
72 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" /> 88 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" />
73 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" /> 89 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" />
74 </if> 90 </if>
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 <!-- The next two files have a .png extension since grit for some reason 206 <!-- The next two files have a .png extension since grit for some reason
191 won't compile these files in if they are named .nmf/.pexe or 207 won't compile these files in if they are named .nmf/.pexe or
192 anything remotely similar to their actual extension. Naming these 208 anything remotely similar to their actual extension. Naming these
193 .js or .html breaks all kinds of presubmit checks, hence .png seems 209 .js or .html breaks all kinds of presubmit checks, hence .png seems
194 to be the only viable option at the moment. --> 210 to be the only viable option at the moment. -->
195 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" /> 211 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" />
196 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" /> 212 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
197 </includes> 213 </includes>
198 </release> 214 </release>
199 </grit> 215 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/hotword_audio_verification/event_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698