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

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

Issue 2350473003: Bookmark manager folder icon cleanups for list pane. (Closed)
Patch Set: Created 4 years, 3 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 17 matching lines...) Expand all
28 <include name="IDR_NETWORK_SPEECH_SYNTHESIS_JS" file="network_speech_synth esis/tts_extension.js" type="BINDATA" /> 28 <include name="IDR_NETWORK_SPEECH_SYNTHESIS_JS" file="network_speech_synth esis/tts_extension.js" type="BINDATA" />
29 29
30 <if expr="chromeos"> 30 <if expr="chromeos">
31 <include name="IDR_BRAILLE_IME_JS" file="chromeos/braille_ime/braille_im e.js" type="BINDATA" /> 31 <include name="IDR_BRAILLE_IME_JS" file="chromeos/braille_ime/braille_im e.js" type="BINDATA" />
32 <include name="IDR_BRAILLE_IME_MAIN_JS" file="chromeos/braille_ime/main. js" type="BINDATA" /> 32 <include name="IDR_BRAILLE_IME_MAIN_JS" file="chromeos/braille_ime/main. js" type="BINDATA" />
33 </if> 33 </if>
34 34
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" flattenhtml="true" type="BINDATA" />
Dan Beam 2016/09/21 03:14:23 if we could make this a <structure> and use prepro
Peter Kasting 2016/09/21 04:52:35 This change got reverted since I changed the other
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 <!-- Gaia auth extension --> 42 <!-- Gaia auth extension -->
43 <include name="IDR_GAIA_AUTH_MAIN" file="gaia_auth/main.html" allowexterna lscript="true" type="BINDATA" /> 43 <include name="IDR_GAIA_AUTH_MAIN" file="gaia_auth/main.html" allowexterna lscript="true" type="BINDATA" />
44 <include name="IDR_GAIA_AUTH_MAIN_JS" file="gaia_auth/main.js" type="BINDA TA" /> 44 <include name="IDR_GAIA_AUTH_MAIN_JS" file="gaia_auth/main.js" type="BINDA TA" />
45 <include name="IDR_GAIA_AUTH_MAIN_CSS" file="gaia_auth/main.css" type="BIN DATA" /> 45 <include name="IDR_GAIA_AUTH_MAIN_CSS" file="gaia_auth/main.css" type="BIN DATA" />
46 <include name="IDR_GAIA_AUTH_OFFLINE" file="gaia_auth/offline.html" allowe xternalscript="true" type="BINDATA" /> 46 <include name="IDR_GAIA_AUTH_OFFLINE" file="gaia_auth/offline.html" allowe xternalscript="true" type="BINDATA" />
47 <include name="IDR_GAIA_AUTH_OFFLINE_JS" file="gaia_auth/offline.js" type= "BINDATA" /> 47 <include name="IDR_GAIA_AUTH_OFFLINE_JS" file="gaia_auth/offline.js" type= "BINDATA" />
48 <include name="IDR_GAIA_AUTH_OFFLINE_CSS" file="gaia_auth/offline.css" typ e="BINDATA" /> 48 <include name="IDR_GAIA_AUTH_OFFLINE_CSS" file="gaia_auth/offline.css" typ e="BINDATA" />
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 <include name="IDR_CRYPTOTOKEN_WEBREQUESTSENDER_JS" file="cryptotoken/webr equestsender.js" type="BINDATA" /> 241 <include name="IDR_CRYPTOTOKEN_WEBREQUESTSENDER_JS" file="cryptotoken/webr equestsender.js" type="BINDATA" />
242 <include name="IDR_CRYPTOTOKEN_WINDOW_TIMER_JS" file="cryptotoken/window-t imer.js" type="BINDATA" /> 242 <include name="IDR_CRYPTOTOKEN_WINDOW_TIMER_JS" file="cryptotoken/window-t imer.js" type="BINDATA" />
243 <include name="IDR_CRYPTOTOKEN_WATCHDOG_JS" file="cryptotoken/watchdog.js" type="BINDATA" /> 243 <include name="IDR_CRYPTOTOKEN_WATCHDOG_JS" file="cryptotoken/watchdog.js" type="BINDATA" />
244 <include name="IDR_CRYPTOTOKEN_LOGGING_JS" file="cryptotoken/logging.js" t ype="BINDATA" /> 244 <include name="IDR_CRYPTOTOKEN_LOGGING_JS" file="cryptotoken/logging.js" t ype="BINDATA" />
245 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENAPPROVEDORIGIN_JS" file="cryptot oken/cryptotokenapprovedorigins.js" type="BINDATA" /> 245 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENAPPROVEDORIGIN_JS" file="cryptot oken/cryptotokenapprovedorigins.js" type="BINDATA" />
246 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENORIGINCHECK_JS" file="cryptotoke n/cryptotokenorigincheck.js" type="BINDATA" /> 246 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENORIGINCHECK_JS" file="cryptotoke n/cryptotokenorigincheck.js" type="BINDATA" />
247 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENBACKGROUND_JS" file="cryptotoken /cryptotokenbackground.js" type="BINDATA" /> 247 <include name="IDR_CRYPTOTOKEN_CRYPTOTOKENBACKGROUND_JS" file="cryptotoken /cryptotokenbackground.js" type="BINDATA" />
248 </includes> 248 </includes>
249 </release> 249 </release>
250 </grit> 250 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698