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

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

Issue 992173002: Delete the old hotwording integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hotword-remove-disable-option
Patch Set: Rebase. Created 5 years, 9 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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <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_CHECK_GRAY_1X" file= "hotword_audio_verification/images/ic-check-gray-1x.png" type="BINDATA" />
80 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_GRAY_2X" file= "hotword_audio_verification/images/ic-check-gray-2x.png" type="BINDATA" /> 80 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_CHECK_GRAY_2X" file= "hotword_audio_verification/images/ic-check-gray-2x.png" type="BINDATA" />
81 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_1X" file="hot word_audio_verification/images/placeholder-loader-1x.png" type="BINDATA" /> 81 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_1X" file="hot word_audio_verification/images/placeholder-loader-1x.png" type="BINDATA" />
82 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_2X" file="hot word_audio_verification/images/placeholder-loader-2x.png" type="BINDATA" /> 82 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_2X" file="hot word_audio_verification/images/placeholder-loader-2x.png" type="BINDATA" />
83 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR_1X" file="hotw ord_audio_verification/images/ic-error-1x.png" type="BINDATA" /> 83 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR_1X" file="hotw ord_audio_verification/images/ic-error-1x.png" type="BINDATA" />
84 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR_2X" file="hotw ord_audio_verification/images/ic-error-2x.png" type="BINDATA" /> 84 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ERROR_2X" file="hotw ord_audio_verification/images/ic-error-2x.png" type="BINDATA" />
85 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ICON_16" file="hotwo rd_audio_verification/images/icon-16.png" type="BINDATA" /> 85 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ICON_16" file="hotwo rd_audio_verification/images/icon-16.png" type="BINDATA" />
86 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ICON_48" file="hotwo rd_audio_verification/images/icon-48.png" type="BINDATA" /> 86 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ICON_48" file="hotwo rd_audio_verification/images/icon-48.png" type="BINDATA" />
87 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ICON_128" file="hotw ord_audio_verification/images/icon-128.png" type="BINDATA" /> 87 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_ICON_128" file="hotw ord_audio_verification/images/icon-128.png" type="BINDATA" />
88 88
89 <!-- Hotword Helper extension --> 89 <!-- Hotword extension -->
90 <include name="IDR_HOTWORD_HELPER_AUDIO_CLIENT_JS" file="hotword_helper/ audio_client.js" type="BINDATA" />
91 <include name="IDR_HOTWORD_HELPER_MANAGER_JS" file="hotword_helper/manag er.js" type="BINDATA" />
92
93 <!-- (Experimental) hotword triggering extension -->
94 <include name="IDR_HOTWORD_ALWAYS_ON_MANAGER_JS" file="hotword/always_on _manager.js" type="BINDATA" /> 90 <include name="IDR_HOTWORD_ALWAYS_ON_MANAGER_JS" file="hotword/always_on _manager.js" type="BINDATA" />
95 <include name="IDR_HOTWORD_AUDIO_CLIENT_JS" file="hotword/audio_client.j s" type="BINDATA" /> 91 <include name="IDR_HOTWORD_AUDIO_CLIENT_JS" file="hotword/audio_client.j s" type="BINDATA" />
96 <include name="IDR_HOTWORD_BASE_SESSION_MANAGER_JS" file="hotword/base_s ession_manager.js" type="BINDATA" /> 92 <include name="IDR_HOTWORD_BASE_SESSION_MANAGER_JS" file="hotword/base_s ession_manager.js" type="BINDATA" />
97 <include name="IDR_HOTWORD_CONSTANTS_JS" file="hotword/constants.js" typ e="BINDATA" /> 93 <include name="IDR_HOTWORD_CONSTANTS_JS" file="hotword/constants.js" typ e="BINDATA" />
98 <include name="IDR_HOTWORD_KEEP_ALIVE_JS" file="hotword/keep_alive.js" t ype="BINDATA" /> 94 <include name="IDR_HOTWORD_KEEP_ALIVE_JS" file="hotword/keep_alive.js" t ype="BINDATA" />
99 <include name="IDR_HOTWORD_LAUNCHER_MANAGER_JS" file="hotword/launcher_m anager.js" type="BINDATA" /> 95 <include name="IDR_HOTWORD_LAUNCHER_MANAGER_JS" file="hotword/launcher_m anager.js" type="BINDATA" />
100 <include name="IDR_HOTWORD_LOGGING_JS" file="hotword/logging.js" type="B INDATA" /> 96 <include name="IDR_HOTWORD_LOGGING_JS" file="hotword/logging.js" type="B INDATA" />
101 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" /> 97 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" />
102 <include name="IDR_HOTWORD_METRICS_JS" file="hotword/metrics.js" type="B INDATA" /> 98 <include name="IDR_HOTWORD_METRICS_JS" file="hotword/metrics.js" type="B INDATA" />
103 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" /> 99 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" />
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 <!-- The next two files have a .png extension since grit for some reason 282 <!-- The next two files have a .png extension since grit for some reason
287 won't compile these files in if they are named .nmf/.pexe or 283 won't compile these files in if they are named .nmf/.pexe or
288 anything remotely similar to their actual extension. Naming these 284 anything remotely similar to their actual extension. Naming these
289 .js or .html breaks all kinds of presubmit checks, hence .png seems 285 .js or .html breaks all kinds of presubmit checks, hence .png seems
290 to be the only viable option at the moment. --> 286 to be the only viable option at the moment. -->
291 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" /> 287 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" />
292 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" /> 288 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
293 </includes> 289 </includes>
294 </release> 290 </release>
295 </grit> 291 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/app_list/start_page.js ('k') | chrome/browser/resources/hotword_helper/audio_client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698