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

Side by Side Diff: chrome/browser/resources/settings/icons.html

Issue 2889333002: [MD settings] move polymer.html imports to top of file (Closed)
Patch Set: rerun Created 3 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
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html">
3 4
4 <!-- 5 <!--
5 List icons here rather than importing large sets of (e.g. Polymer) icons. 6 List icons here rather than importing large sets of (e.g. Polymer) icons.
6 --> 7 -->
7 <iron-iconset-svg name="settings" size="24"> 8 <iron-iconset-svg name="settings" size="24">
8 <svg> 9 <svg>
9 <defs> 10 <defs>
10 <!-- Cookie SVG obtained from rolfe@ --> 11 <!-- Cookie SVG obtained from rolfe@ -->
11 <g id="cookie"> 12 <g id="cookie">
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <if expr="chromeos"> 125 <if expr="chromeos">
125 <g id="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4 z"></path></g> 126 <g id="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4 z"></path></g>
126 </if> 127 </if>
127 <if expr="not chromeos"> 128 <if expr="not chromeos">
128 <g id="web"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1. 1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"></p ath></g> 129 <g id="web"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1. 1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"></p ath></g>
129 </if> 130 </if>
130 <g id="zoom-in"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9. 5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.2 7.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.0 1 14 9.5 11.99 14 9.5 14z"></path></g> 131 <g id="zoom-in"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9. 5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.2 7.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.0 1 14 9.5 11.99 14 9.5 14z"></path></g>
131 </defs> 132 </defs>
132 </svg> 133 </svg>
133 </iron-iconset-svg> 134 </iron-iconset-svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698