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

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

Issue 601123002: Add a trivial logging wrapper around console.log, and add some useful log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More review comments. Created 6 years, 2 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/logging.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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <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_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" /> 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 " /> 80 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_IMAGE_LOADER_ERROR" file=" hotword_audio_verification/images/placeholder-loader-error-1x.png" type="BINDATA " />
81 81
82 <!-- Hotword Helper extension --> 82 <!-- Hotword Helper extension -->
83 <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" />
84 <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" />
85 85
86 <!-- (Experimental) hotword triggering extension --> 86 <!-- (Experimental) hotword triggering extension -->
87 <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" />
88 <include name="IDR_HOTWORD_LOGGING_JS" file="hotword/logging.js" type="B INDATA" />
88 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" /> 89 <include name="IDR_HOTWORD_MANAGER_JS" file="hotword/manager.js" type="B INDATA" />
89 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" /> 90 <include name="IDR_HOTWORD_NACL_MANAGER_JS" file="hotword/nacl_manager.j s" type="BINDATA" />
90 <include name="IDR_HOTWORD_STATE_MANAGER_JS" file="hotword/state_manager .js" type="BINDATA" /> 91 <include name="IDR_HOTWORD_STATE_MANAGER_JS" file="hotword/state_manager .js" type="BINDATA" />
91 </if> 92 </if>
92 <if expr="not is_android"> 93 <if expr="not is_android">
93 <include name="IDR_FEEDBACK_DEFAULT_HTML" file="feedback/html/default.ht ml" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 94 <include name="IDR_FEEDBACK_DEFAULT_HTML" file="feedback/html/default.ht ml" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
94 <include name="IDR_FEEDBACK_EVENT_HANDLER_JS" file="feedback/js/event_ha ndler.js" flattenhtml="true" type="BINDATA" /> 95 <include name="IDR_FEEDBACK_EVENT_HANDLER_JS" file="feedback/js/event_ha ndler.js" flattenhtml="true" type="BINDATA" />
95 <include name="IDR_FEEDBACK_FEEDBACK_JS" file="feedback/js/feedback.js" flattenhtml="true" type="BINDATA" /> 96 <include name="IDR_FEEDBACK_FEEDBACK_JS" file="feedback/js/feedback.js" flattenhtml="true" type="BINDATA" />
96 <include name="IDR_FEEDBACK_TAKE_SCREENSHOT_JS" file="feedback/js/take_s creenshot.js" flattenhtml="true" type="BINDATA" /> 97 <include name="IDR_FEEDBACK_TAKE_SCREENSHOT_JS" file="feedback/js/take_s creenshot.js" flattenhtml="true" type="BINDATA" />
97 <include name="IDR_FEEDBACK_TOPBAR_HANDLER_JS" file="feedback/js/topbar_ handlers.js" flattenhtml="true" type="BINDATA" /> 98 <include name="IDR_FEEDBACK_TOPBAR_HANDLER_JS" file="feedback/js/topbar_ handlers.js" flattenhtml="true" type="BINDATA" />
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <!-- The next two files have a .png extension since grit for some reason 210 <!-- The next two files have a .png extension since grit for some reason
210 won't compile these files in if they are named .nmf/.pexe or 211 won't compile these files in if they are named .nmf/.pexe or
211 anything remotely similar to their actual extension. Naming these 212 anything remotely similar to their actual extension. Naming these
212 .js or .html breaks all kinds of presubmit checks, hence .png seems 213 .js or .html breaks all kinds of presubmit checks, hence .png seems
213 to be the only viable option at the moment. --> 214 to be the only viable option at the moment. -->
214 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" /> 215 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" />
215 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" /> 216 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
216 </includes> 217 </includes>
217 </release> 218 </release>
218 </grit> 219 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/hotword/logging.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698