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

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

Issue 2131993002: Delete the audio modem and copresence private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eol
Patch Set: Sync again Created 4 years, 5 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 <include name="IDR_CRYPTOTOKEN_INDIVIDUALATTEST_JS" file="cryptotoken/indi vidualattest.js" type="BINDATA" /> 239 <include name="IDR_CRYPTOTOKEN_INDIVIDUALATTEST_JS" file="cryptotoken/indi vidualattest.js" type="BINDATA" />
240 <include name="IDR_CRYPTOTOKEN_GOOGLECORPINDIVIDUALATTEST_JS" file="crypto token/googlecorpindividualattest.js" type="BINDATA" /> 240 <include name="IDR_CRYPTOTOKEN_GOOGLECORPINDIVIDUALATTEST_JS" file="crypto token/googlecorpindividualattest.js" type="BINDATA" />
241 <include name="IDR_CRYPTOTOKEN_APPROVEDORIGINS_JS" file="cryptotoken/appro vedorigins.js" type="BINDATA" /> 241 <include name="IDR_CRYPTOTOKEN_APPROVEDORIGINS_JS" file="cryptotoken/appro vedorigins.js" type="BINDATA" />
242 <include name="IDR_CRYPTOTOKEN_WEBREQUESTSENDER_JS" file="cryptotoken/webr equestsender.js" type="BINDATA" /> 242 <include name="IDR_CRYPTOTOKEN_WEBREQUESTSENDER_JS" file="cryptotoken/webr equestsender.js" type="BINDATA" />
243 <include name="IDR_CRYPTOTOKEN_WINDOW_TIMER_JS" file="cryptotoken/window-t imer.js" type="BINDATA" /> 243 <include name="IDR_CRYPTOTOKEN_WINDOW_TIMER_JS" file="cryptotoken/window-t imer.js" type="BINDATA" />
244 <include name="IDR_CRYPTOTOKEN_WATCHDOG_JS" file="cryptotoken/watchdog.js" type="BINDATA" /> 244 <include name="IDR_CRYPTOTOKEN_WATCHDOG_JS" file="cryptotoken/watchdog.js" type="BINDATA" />
245 <include name="IDR_CRYPTOTOKEN_LOGGING_JS" file="cryptotoken/logging.js" t ype="BINDATA" /> 245 <include name="IDR_CRYPTOTOKEN_LOGGING_JS" file="cryptotoken/logging.js" t ype="BINDATA" />
246 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENAPPROVEDORIGIN_JS" file="cryptot oken/cryptotokenapprovedorigins.js" type="BINDATA" /> 246 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENAPPROVEDORIGIN_JS" file="cryptot oken/cryptotokenapprovedorigins.js" type="BINDATA" />
247 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENORIGINCHECK_JS" file="cryptotoke n/cryptotokenorigincheck.js" type="BINDATA" /> 247 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENORIGINCHECK_JS" file="cryptotoke n/cryptotokenorigincheck.js" type="BINDATA" />
248 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENBACKGROUND_JS" file="cryptotoken /cryptotokenbackground.js" type="BINDATA" /> 248 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENBACKGROUND_JS" file="cryptotoken /cryptotokenbackground.js" type="BINDATA" />
249 <include name="IDR_WHISPERNET_PROXY_BACKGROUND_HTML" file="whispernet_prox y/background.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
250 <include name="IDR_WHISPERNET_PROXY_INIT_JS" file="whispernet_proxy/js/ini t.js" type="BINDATA" />
251 <include name="IDR_WHISPERNET_PROXY_NACL_JS" file="whispernet_proxy/js/nac l.js" type="BINDATA" />
252 <include name="IDR_WHISPERNET_PROXY_WRAPPER_JS" file="whispernet_proxy/js/ wrapper.js" type="BINDATA" />
253 <!-- The next two files have a .png extension since grit for some reason
254 won't compile these files in if they are named .nmf/.pexe or
255 anything remotely similar to their actual extension. Naming these
256 .js or .html breaks all kinds of presubmit checks, hence .png seems
257 to be the only viable option at the moment. -->
258 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whis pernet_proxy/whispernet_proxy.nmf.png" type="BINDATA" />
259 <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whi spernet_proxy/whispernet_proxy_pnacl.pexe.png" type="BINDATA" />
260 </includes> 249 </includes>
261 </release> 250 </release>
262 </grit> 251 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698