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

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

Issue 2686683002: Deprecate most of gaia_auth extension (Closed)
Patch Set: remove unused data member from GaiaAuthExtensionLoader Created 3 years, 10 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" output_all_resource_defines= "false"> 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 24 matching lines...) Expand all
35 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH" file="bookmar k_manager/images/bookmark_manager_search.png" type="BINDATA" /> 35 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH" file="bookmar k_manager/images/bookmark_manager_search.png" type="BINDATA" />
36 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH_RTL" file="boo kmark_manager/images/bookmark_manager_search_rtl.png" type="BINDATA" /> 36 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH_RTL" file="boo kmark_manager/images/bookmark_manager_search_rtl.png" type="BINDATA" />
37 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MAIN_JS" file="bookmark_manag er/js/main.js" type="BINDATA" /> 37 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MAIN_JS" file="bookmark_manag er/js/main.js" type="BINDATA" />
38 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_LIST_JS" file="bookmark_m anager/js/bmm/bookmark_list.js" type="BINDATA" /> 38 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_LIST_JS" file="bookmark_m anager/js/bmm/bookmark_list.js" type="BINDATA" />
39 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_TREE_JS" file="bookmark_m anager/js/bmm/bookmark_tree.js" type="BINDATA" /> 39 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_TREE_JS" file="bookmark_m anager/js/bmm/bookmark_tree.js" type="BINDATA" />
40 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_DND_JS" file="bookmark_manage r/js/dnd.js" type="BINDATA" /> 40 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_DND_JS" file="bookmark_manage r/js/dnd.js" type="BINDATA" />
41 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_JS" file="bookmark_manage r/js/bmm.js" type="BINDATA" /> 41 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_JS" file="bookmark_manage r/js/bmm.js" type="BINDATA" />
42 <!-- Material Design Bookmarks --> 42 <!-- Material Design Bookmarks -->
43 <include name="IDR_COMPONENT_MD_BOOKMARKS_BOOKMARKS_HTML" file="md_bookmar ks/bookmarks.html" type="BINDATA" /> 43 <include name="IDR_COMPONENT_MD_BOOKMARKS_BOOKMARKS_HTML" file="md_bookmar ks/bookmarks.html" type="BINDATA" />
44 <!-- Gaia auth extension --> 44 <!-- Gaia auth extension -->
45 <include name="IDR_GAIA_AUTH_MAIN" file="gaia_auth/main.html" allowexterna lscript="true" type="BINDATA" />
46 <include name="IDR_GAIA_AUTH_MAIN_JS" file="gaia_auth/main.js" type="BINDA TA" />
47 <include name="IDR_GAIA_AUTH_MAIN_CSS" file="gaia_auth/main.css" type="BIN DATA" />
48 <include name="IDR_GAIA_AUTH_OFFLINE" file="gaia_auth/offline.html" allowe xternalscript="true" type="BINDATA" />
49 <include name="IDR_GAIA_AUTH_OFFLINE_JS" file="gaia_auth/offline.js" type= "BINDATA" />
50 <include name="IDR_GAIA_AUTH_OFFLINE_CSS" file="gaia_auth/offline.css" typ e="BINDATA" />
51 <include name="IDR_GAIA_AUTH_SUCCESS" file="gaia_auth/success.html" allowe xternalscript="true" type="BINDATA" /> 45 <include name="IDR_GAIA_AUTH_SUCCESS" file="gaia_auth/success.html" allowe xternalscript="true" type="BINDATA" />
52 <include name="IDR_GAIA_AUTH_UTIL_JS" file="gaia_auth/util.js" type="BINDA TA" />
53 <include name="IDR_GAIA_AUTH_BACKGROUND_JS" file="gaia_auth/background.js" type="BINDATA" />
54 <include name="IDR_GAIA_AUTH_SAML_INJECTED_JS" file="gaia_auth/saml_inject ed.js" type="BINDATA" />
55 <include name="IDR_GAIA_AUTH_CHANNEL_JS" file="gaia_auth/channel.js" type= "BINDATA" />
56 <!-- Hangout Services extension, included in Google Chrome builds only. -- > 46 <!-- Hangout Services extension, included in Google Chrome builds only. -- >
57 <if expr="_google_chrome or enable_hangout_services_extension"> 47 <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" /> 48 <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" /> 49 <include name="IDR_HANGOUT_SERVICES_THUNK_JS" file="hangout_services/thu nk.js" type="BINDATA" />
60 </if> 50 </if>
61 <if expr="enable_extensions"> 51 <if expr="enable_extensions">
62 <!-- Hotword Audio Verification app --> 52 <!-- Hotword Audio Verification app -->
63 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_BACKGROUND_JS" file="hotwo rd_audio_verification/event_page.js" type="BINDATA" /> 53 <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" /> 54 <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" /> 55 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_FLOW_JS" file="hotword_aud io_verification/flow.js" type="BINDATA" />
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 <include name="IDR_CRYPTOTOKEN_WEBREQUESTSENDER_JS" file="cryptotoken/webr equestsender.js" type="BINDATA" /> 236 <include name="IDR_CRYPTOTOKEN_WEBREQUESTSENDER_JS" file="cryptotoken/webr equestsender.js" type="BINDATA" />
247 <include name="IDR_CRYPTOTOKEN_WINDOW_TIMER_JS" file="cryptotoken/window-t imer.js" type="BINDATA" /> 237 <include name="IDR_CRYPTOTOKEN_WINDOW_TIMER_JS" file="cryptotoken/window-t imer.js" type="BINDATA" />
248 <include name="IDR_CRYPTOTOKEN_WATCHDOG_JS" file="cryptotoken/watchdog.js" type="BINDATA" /> 238 <include name="IDR_CRYPTOTOKEN_WATCHDOG_JS" file="cryptotoken/watchdog.js" type="BINDATA" />
249 <include name="IDR_CRYPTOTOKEN_LOGGING_JS" file="cryptotoken/logging.js" t ype="BINDATA" /> 239 <include name="IDR_CRYPTOTOKEN_LOGGING_JS" file="cryptotoken/logging.js" t ype="BINDATA" />
250 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENAPPROVEDORIGIN_JS" file="cryptot oken/cryptotokenapprovedorigins.js" type="BINDATA" /> 240 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENAPPROVEDORIGIN_JS" file="cryptot oken/cryptotokenapprovedorigins.js" type="BINDATA" />
251 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENORIGINCHECK_JS" file="cryptotoke n/cryptotokenorigincheck.js" type="BINDATA" /> 241 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENORIGINCHECK_JS" file="cryptotoke n/cryptotokenorigincheck.js" type="BINDATA" />
252 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENBACKGROUND_JS" file="cryptotoken /cryptotokenbackground.js" type="BINDATA" /> 242 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENBACKGROUND_JS" file="cryptotoken /cryptotokenbackground.js" type="BINDATA" />
253 </includes> 243 </includes>
254 </release> 244 </release>
255 </grit> 245 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/extensions/signin/gaia_auth_extension_loader.cc ('k') | chrome/browser/resources/gaia_auth/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698