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

Side by Side Diff: ui/webui/resources/polymer_resources.grdp

Issue 2020963002: MD History: Add responsive layout which hides the sidebar in thin windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and closure Created 4 years, 6 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 <!-- 2 <!--
3 This file is generated. 3 This file is generated.
4 Please use 'src/tools/polymer/polymer_grdp_to_txt.py' and 4 Please use 'src/tools/polymer/polymer_grdp_to_txt.py' and
5 'src/tools/polymer/txt_to_polymer_grdp.py' to modify it, if possible. 5 'src/tools/polymer/txt_to_polymer_grdp.py' to modify it, if possible.
6 6
7 'polymer_grdp_to_txt.py' converts 'polymer_resources.grdp' to a plane list of 7 'polymer_grdp_to_txt.py' converts 'polymer_resources.grdp' to a plane list of
8 used Polymer components: 8 used Polymer components:
9 ... 9 ...
10 iron-iron-iconset/iron-iconset-extracted.js 10 iron-iron-iconset/iron-iconset-extracted.js
11 iron-iron-iconset/iron-iconset.html 11 iron-iron-iconset/iron-iconset.html
12 ... 12 ...
13 13
14 'txt_to_polymer_grdp.py' converts list back to GRDP file. 14 'txt_to_polymer_grdp.py' converts list back to GRDP file.
15 15
16 Usage: 16 Usage:
17 $ polymer_grdp_to_txt.py polymer_resources.grdp > /tmp/list.txt 17 $ polymer_grdp_to_txt.py polymer_resources.grdp > /tmp/list.txt
18 $ vim /tmp/list.txt 18 $ vim /tmp/list.txt
19 $ txt_to_polymer_grdp.py /tmp/list.txt > polymer_resources.grdp 19 $ txt_to_polymer_grdp.py /tmp/list.txt > polymer_resources.grdp
20 --> 20 -->
21 <grit-part> 21 <grit-part>
22 <!-- Polymer 1.0 --> 22 <!-- Polymer 1.0 -->
23 <structure name="IDR_POLYMER_1_0_APP_LAYOUT_APP_DRAWER_APP_DRAWER_EXTRACTED_JS "
24 file="../../../third_party/polymer/v1_0/components-chromium/app-lay out/app-drawer/app-drawer-extracted.js"
25 type="chrome_html" />
26 <structure name="IDR_POLYMER_1_0_APP_LAYOUT_APP_DRAWER_APP_DRAWER_HTML"
27 file="../../../third_party/polymer/v1_0/components-chromium/app-lay out/app-drawer/app-drawer.html"
28 type="chrome_html" />
23 <structure name="IDR_POLYMER_1_0_FONT_ROBOTO_ROBOTO_HTML" 29 <structure name="IDR_POLYMER_1_0_FONT_ROBOTO_ROBOTO_HTML"
24 file="../../../third_party/polymer/v1_0/components-chromium/font-ro boto/roboto.html" 30 file="../../../third_party/polymer/v1_0/components-chromium/font-ro boto/roboto.html"
25 type="chrome_html" /> 31 type="chrome_html" />
26 <structure name="IDR_POLYMER_1_0_IRON_A11Y_ANNOUNCER_IRON_A11Y_ANNOUNCER_EXTRA CTED_JS" 32 <structure name="IDR_POLYMER_1_0_IRON_A11Y_ANNOUNCER_IRON_A11Y_ANNOUNCER_EXTRA CTED_JS"
27 file="../../../third_party/polymer/v1_0/components-chromium/iron-a1 1y-announcer/iron-a11y-announcer-extracted.js" 33 file="../../../third_party/polymer/v1_0/components-chromium/iron-a1 1y-announcer/iron-a11y-announcer-extracted.js"
28 type="chrome_html" /> 34 type="chrome_html" />
29 <structure name="IDR_POLYMER_1_0_IRON_A11Y_ANNOUNCER_IRON_A11Y_ANNOUNCER_HTML" 35 <structure name="IDR_POLYMER_1_0_IRON_A11Y_ANNOUNCER_IRON_A11Y_ANNOUNCER_HTML"
30 file="../../../third_party/polymer/v1_0/components-chromium/iron-a1 1y-announcer/iron-a11y-announcer.html" 36 file="../../../third_party/polymer/v1_0/components-chromium/iron-a1 1y-announcer/iron-a11y-announcer.html"
31 type="chrome_html" /> 37 type="chrome_html" />
32 <structure name="IDR_POLYMER_1_0_IRON_A11Y_KEYS_BEHAVIOR_IRON_A11Y_KEYS_BEHAVI OR_EXTRACTED_JS" 38 <structure name="IDR_POLYMER_1_0_IRON_A11Y_KEYS_BEHAVIOR_IRON_A11Y_KEYS_BEHAVI OR_EXTRACTED_JS"
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 file="../../../third_party/polymer/v1_0/components-chromium/polymer /polymer-mini.html" 750 file="../../../third_party/polymer/v1_0/components-chromium/polymer /polymer-mini.html"
745 type="chrome_html" /> 751 type="chrome_html" />
746 <structure name="IDR_POLYMER_1_0_POLYMER_POLYMER_HTML" 752 <structure name="IDR_POLYMER_1_0_POLYMER_POLYMER_HTML"
747 file="../../../third_party/polymer/v1_0/components-chromium/polymer /polymer.html" 753 file="../../../third_party/polymer/v1_0/components-chromium/polymer /polymer.html"
748 type="chrome_html" /> 754 type="chrome_html" />
749 <structure name="IDR_POLYMER_1_0_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MI N_JS" 755 <structure name="IDR_POLYMER_1_0_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MI N_JS"
750 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js" 756 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js"
751 type="chrome_html" /> 757 type="chrome_html" />
752 </grit-part> 758 </grit-part>
753 759
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698