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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1128723004: Add Polymer config to enable native shadow dom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license Created 5 years, 7 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 | « chrome/browser/resources/settings/polymer_config.js ('k') | no next file » | 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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 type="chrome_html" /> 108 type="chrome_html" />
109 <structure name="IDR_SETTINGS_PREFS_TYPES_JS" 109 <structure name="IDR_SETTINGS_PREFS_TYPES_JS"
110 file="prefs/prefs_types.js" 110 file="prefs/prefs_types.js"
111 type="chrome_html" /> 111 type="chrome_html" />
112 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML" 112 <structure name="IDR_SETTINGS_PREF_TRACKER_HTML"
113 file="pref_tracker/pref_tracker.html" 113 file="pref_tracker/pref_tracker.html"
114 type="chrome_html" /> 114 type="chrome_html" />
115 <structure name="IDR_SETTINGS_PREF_TRACKER_JS" 115 <structure name="IDR_SETTINGS_PREF_TRACKER_JS"
116 file="pref_tracker/pref_tracker.js" 116 file="pref_tracker/pref_tracker.js"
117 type="chrome_html" /> 117 type="chrome_html" />
118 <structure name="IDR_SETTINGS_POLYMER_CONFIG_JS"
119 file="polymer_config.js"
120 type="chrome_html" />
118 <structure name="IDR_SETTINGS_ROUTES_HTML" 121 <structure name="IDR_SETTINGS_ROUTES_HTML"
119 file="routes.html" 122 file="routes.html"
120 type="chrome_html" /> 123 type="chrome_html" />
121 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_JS" 124 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_JS"
122 file="search_engines_page/search_engine_adder.js" 125 file="search_engines_page/search_engine_adder.js"
123 type="chrome_html" /> 126 type="chrome_html" />
124 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_HTML " 127 <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_ADDER_HTML "
125 file="search_engines_page/search_engine_adder.html" 128 file="search_engines_page/search_engine_adder.html"
126 type="chrome_html" 129 type="chrome_html"
127 flattenhtml="true" 130 flattenhtml="true"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML" 191 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
189 file="internet_page/network_summary_item.html" 192 file="internet_page/network_summary_item.html"
190 type="chrome_html" /> 193 type="chrome_html" />
191 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS" 194 <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
192 file="internet_page/network_summary_item.js" 195 file="internet_page/network_summary_item.js"
193 type="chrome_html" /> 196 type="chrome_html" />
194 </if> 197 </if>
195 </structures> 198 </structures>
196 </release> 199 </release>
197 </grit> 200 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/polymer_config.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698