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

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

Issue 695703002: Hotword Audio Verification App: UI Polishes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 years, 1 month 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/flow.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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 <if expr="_google_chrome or enable_hangout_services_extension"> 57 <if expr="_google_chrome or enable_hangout_services_extension">
58 <include name="IDR_HANGOUT_SERVICES_BACKGROUND_HTML" file="hangout_servi ces/background.html" type="BINDATA" /> 58 <include name="IDR_HANGOUT_SERVICES_BACKGROUND_HTML" file="hangout_servi ces/background.html" type="BINDATA" />
59 <include name="IDR_HANGOUT_SERVICES_THUNK_JS" file="hangout_services/thu nk.js" type="BINDATA" /> 59 <include name="IDR_HANGOUT_SERVICES_THUNK_JS" file="hangout_services/thu nk.js" type="BINDATA" />
60 </if> 60 </if>
61 <if expr="enable_extensions"> 61 <if expr="enable_extensions">
62 <!-- Hotword Audio Verification extension --> 62 <!-- Hotword Audio Verification extension -->
63 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_BACKGROUND_JS" file="hotwo rd_audio_verification/event_page.js" type="BINDATA" /> 63 <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_MAIN_JS" file="hotword_aud io_verification/main.js" type="BINDATA" /> 64 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_MAIN_JS" file="hotword_aud io_verification/main.js" type="BINDATA" />
65 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_FLOW_JS" file="hotword_aud io_verification/flow.js" type="BINDATA" /> 65 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_FLOW_JS" file="hotword_aud io_verification/flow.js" type="BINDATA" />
66 <include name="IDR_HOTWORD_ONLY_STEP_HTML" file="hotword_audio_verificat ion/steps/hotword_only_step.html" flattenhtml="true" type="BINDATA" /> 66 <include name="IDR_HOTWORD_ONLY_STEP_HTML" file="hotword_audio_verificat ion/steps/hotword_only_step.html" flattenhtml="true" type="BINDATA" />
67 <include name="IDR_AUDIO_HISTORY_STEP_HTML" file="hotword_audio_verifica tion/steps/audio_history_step.html" flattenhtml="true" type="BINDATA" />
68 <include name="IDR_HOTWORD_AUDIO_HISTORY_STEP_HTML" file="hotword_audio_ verification/steps/hotword_audio_history_step.html" flattenhtml="true" type="BIN DATA" /> 67 <include name="IDR_HOTWORD_AUDIO_HISTORY_STEP_HTML" file="hotword_audio_ verification/steps/hotword_audio_history_step.html" flattenhtml="true" type="BIN DATA" />
69 <include name="IDR_SPEECH_TRAINING_STEP_HTML" file="hotword_audio_verifi cation/steps/speech_training_step.html" flattenhtml="true" type="BINDATA" /> 68 <include name="IDR_SPEECH_TRAINING_STEP_HTML" file="hotword_audio_verifi cation/steps/speech_training_step.html" flattenhtml="true" type="BINDATA" />
70 <include name="IDR_FINISHED_STEP_HTML" file="hotword_audio_verification/ steps/finished_step.html" flattenhtml="true" type="BINDATA" /> 69 <include name="IDR_FINISHED_STEP_HTML" file="hotword_audio_verification/ steps/finished_step.html" flattenhtml="true" type="BINDATA" />
71 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_STYLE_CSS" file="hotword_a udio_verification/style.css" type="BINDATA" /> 70 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_STYLE_CSS" file="hotword_a udio_verification/style.css" type="BINDATA" />
72 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CLOSE" file="hotword _audio_verification/images/bt-close-1x.png" type="BINDATA" /> 71 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CLOSE_1X" file="hotw ord_audio_verification/images/bt-close-1x.png" type="BINDATA" />
73 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_HEADER" file="hotwor d_audio_verification/images/header-optin-1x.png" type="BINDATA" /> 72 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CLOSE_2X" file="hotw ord_audio_verification/images/bt-close-2x.png" type="BINDATA" />
74 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_BLUE" file="ho tword_audio_verification/images/ic-check-blue-1x.png" type="BINDATA" /> 73 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_HEADER_1X" file="hot word_audio_verification/images/header-optin-1x.png" type="BINDATA" />
75 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_GRAY" file="ho tword_audio_verification/images/ic-check-gray-1x.png" type="BINDATA" /> 74 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_HEADER_2X" file="hot word_audio_verification/images/header-optin-2x.png" type="BINDATA" />
76 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR" file="hotword _audio_verification/images/ic-error-1x.png" type="BINDATA" /> 75 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_BLUE_1X" file= "hotword_audio_verification/images/ic-check-blue-1x.png" type="BINDATA" />
77 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_MIC" file="hotword_a udio_verification/images/mic-1x.png" type="BINDATA" /> 76 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_BLUE_2X" file= "hotword_audio_verification/images/ic-check-blue-2x.png" type="BINDATA" />
78 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER" file="hotwor d_audio_verification/images/placeholder-loader-1x.png" type="BINDATA" /> 77 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_GRAY_1X" file= "hotword_audio_verification/images/ic-check-gray-1x.png" type="BINDATA" />
79 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_ERROR" file=" hotword_audio_verification/images/placeholder-loader-error-1x.png" type="BINDATA " /> 78 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_GRAY_2X" file= "hotword_audio_verification/images/ic-check-gray-2x.png" type="BINDATA" />
79 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR_1X" file="hotw ord_audio_verification/images/ic-error-1x.png" type="BINDATA" />
80 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR_2X" file="hotw ord_audio_verification/images/ic-error-2x.png" type="BINDATA" />
81 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_MIC_1X" file="hotwor d_audio_verification/images/mic-1x.png" type="BINDATA" />
82 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_MIC_2X" file="hotwor d_audio_verification/images/mic-2x.png" type="BINDATA" />
83 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_1X" file="hot word_audio_verification/images/placeholder-loader-1x.png" type="BINDATA" />
84 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_2X" file="hot word_audio_verification/images/placeholder-loader-2x.png" type="BINDATA" />
80 85
81 <!-- Hotword Helper extension --> 86 <!-- Hotword Helper extension -->
82 <include name="IDR_HOTWORD_HELPER_AUDIO_CLIENT_JS" file="hotword_helper/ audio_client.js" type="BINDATA" /> 87 <include name="IDR_HOTWORD_HELPER_AUDIO_CLIENT_JS" file="hotword_helper/ audio_client.js" type="BINDATA" />
83 <include name="IDR_HOTWORD_HELPER_MANAGER_JS" file="hotword_helper/manag er.js" type="BINDATA" /> 88 <include name="IDR_HOTWORD_HELPER_MANAGER_JS" file="hotword_helper/manag er.js" type="BINDATA" />
84 89
85 <!-- (Experimental) hotword triggering extension --> 90 <!-- (Experimental) hotword triggering extension -->
86 <include name="IDR_HOTWORD_ALWAYS_ON_MANAGER_JS" file="hotword/always_on _manager.js" type="BINDATA" /> 91 <include name="IDR_HOTWORD_ALWAYS_ON_MANAGER_JS" file="hotword/always_on _manager.js" type="BINDATA" />
87 <include name="IDR_HOTWORD_AUDIO_CLIENT_JS" file="hotword/audio_client.j s" type="BINDATA" /> 92 <include name="IDR_HOTWORD_AUDIO_CLIENT_JS" file="hotword/audio_client.j s" type="BINDATA" />
88 <include name="IDR_HOTWORD_BASE_SESSION_MANAGER_JS" file="hotword/base_s ession_manager.js" type="BINDATA" /> 93 <include name="IDR_HOTWORD_BASE_SESSION_MANAGER_JS" file="hotword/base_s ession_manager.js" type="BINDATA" />
89 <include name="IDR_HOTWORD_CONSTANTS_JS" file="hotword/constants.js" typ e="BINDATA" /> 94 <include name="IDR_HOTWORD_CONSTANTS_JS" file="hotword/constants.js" typ e="BINDATA" />
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <!-- The next two files have a .png extension since grit for some reason 220 <!-- The next two files have a .png extension since grit for some reason
216 won't compile these files in if they are named .nmf/.pexe or 221 won't compile these files in if they are named .nmf/.pexe or
217 anything remotely similar to their actual extension. Naming these 222 anything remotely similar to their actual extension. Naming these
218 .js or .html breaks all kinds of presubmit checks, hence .png seems 223 .js or .html breaks all kinds of presubmit checks, hence .png seems
219 to be the only viable option at the moment. --> 224 to be the only viable option at the moment. -->
220 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" /> 225 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" />
221 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" /> 226 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
222 </includes> 227 </includes>
223 </release> 228 </release>
224 </grit> 229 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/hotword_audio_verification/flow.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698