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

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

Issue 687323003: Adds a Training Manager to the hotword extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tp3-api
Patch Set: 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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR" file="hotword _audio_verification/images/ic-error-1x.png" type="BINDATA" /> 76 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR" file="hotword _audio_verification/images/ic-error-1x.png" type="BINDATA" />
77 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_MIC" file="hotword_a udio_verification/images/mic-1x.png" type="BINDATA" /> 77 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_MIC" file="hotword_a udio_verification/images/mic-1x.png" type="BINDATA" />
78 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER" file="hotwor d_audio_verification/images/placeholder-loader-1x.png" type="BINDATA" /> 78 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER" file="hotwor d_audio_verification/images/placeholder-loader-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 " /> 79 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_ERROR" file=" hotword_audio_verification/images/placeholder-loader-error-1x.png" type="BINDATA " />
80 80
81 <!-- Hotword Helper extension --> 81 <!-- Hotword Helper extension -->
82 <include name="IDR_HOTWORD_HELPER_AUDIO_CLIENT_JS" file="hotword_helper/ audio_client.js" type="BINDATA" /> 82 <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" /> 83 <include name="IDR_HOTWORD_HELPER_MANAGER_JS" file="hotword_helper/manag er.js" type="BINDATA" />
84 84
85 <!-- (Experimental) hotword triggering extension --> 85 <!-- (Experimental) hotword triggering extension -->
86 <include name="IDR_HOTWORD_TRAINING_MANAGER_JS" file="hotword/training_m anager.js" type="BINDATA" />
Anand Mistry (off Chromium) 2014/10/30 03:53:12 Keep these in alphabetical order.
kcarattini 2014/10/30 05:27:06 Done.
86 <include name="IDR_HOTWORD_ALWAYS_ON_MANAGER_JS" file="hotword/always_on _manager.js" type="BINDATA" /> 87 <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" /> 88 <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" /> 89 <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" /> 90 <include name="IDR_HOTWORD_CONSTANTS_JS" file="hotword/constants.js" typ e="BINDATA" />
90 <include name="IDR_HOTWORD_LAUNCHER_MANAGER_JS" file="hotword/launcher_m anager.js" type="BINDATA" /> 91 <include name="IDR_HOTWORD_LAUNCHER_MANAGER_JS" file="hotword/launcher_m anager.js" type="BINDATA" />
91 <include name="IDR_HOTWORD_LOGGING_JS" file="hotword/logging.js" type="B INDATA" /> 92 <include name="IDR_HOTWORD_LOGGING_JS" file="hotword/logging.js" type="B INDATA" />
92 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" /> 93 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" />
93 <include name="IDR_HOTWORD_METRICS_JS" file="hotword/metrics.js" type="B INDATA" /> 94 <include name="IDR_HOTWORD_METRICS_JS" file="hotword/metrics.js" type="B INDATA" />
94 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" /> 95 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" />
95 <include name="IDR_HOTWORD_PAGE_AUDIO_MANAGER_JS" file="hotword/page_aud io_manager.js" type="BINDATA" /> 96 <include name="IDR_HOTWORD_PAGE_AUDIO_MANAGER_JS" file="hotword/page_aud io_manager.js" type="BINDATA" />
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <!-- The next two files have a .png extension since grit for some reason 216 <!-- 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 217 won't compile these files in if they are named .nmf/.pexe or
217 anything remotely similar to their actual extension. Naming these 218 anything remotely similar to their actual extension. Naming these
218 .js or .html breaks all kinds of presubmit checks, hence .png seems 219 .js or .html breaks all kinds of presubmit checks, hence .png seems
219 to be the only viable option at the moment. --> 220 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" /> 221 <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" /> 222 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
222 </includes> 223 </includes>
223 </release> 224 </release>
224 </grit> 225 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698