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

Side by Side Diff: ui/vector_icons/lock.icon

Issue 2874783002: Move kLockIcon into ui/vector_icons. (Closed)
Patch Set: Add a dependency. 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
« no previous file with comments | « ui/vector_icons/BUILD.gn ('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 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 MOVE_TO, 36, 16, 5 MOVE_TO, 36, 16,
6 R_H_LINE_TO, -2, 6 R_H_LINE_TO, -2,
7 R_V_LINE_TO, -4, 7 R_V_LINE_TO, -4,
8 R_CUBIC_TO, 0, -5.52f, -4.48f, -10, -10, -10, 8 R_CUBIC_TO, 0, -5.52f, -4.48f, -10, -10, -10,
9 CUBIC_TO, 18.48f, 2, 14, 6.48f, 14, 12, 9 CUBIC_TO, 18.48f, 2, 14, 6.48f, 14, 12,
10 R_V_LINE_TO, 4, 10 R_V_LINE_TO, 4,
(...skipping 13 matching lines...) Expand all
24 R_CUBIC_TO, 0, 2.21f, -1.79f, 4, -4, 4, 24 R_CUBIC_TO, 0, 2.21f, -1.79f, 4, -4, 4,
25 CLOSE, 25 CLOSE,
26 R_MOVE_TO, 6.2f, -18, 26 R_MOVE_TO, 6.2f, -18,
27 H_LINE_TO, 17.8f, 27 H_LINE_TO, 17.8f,
28 R_V_LINE_TO, -4, 28 R_V_LINE_TO, -4,
29 R_CUBIC_TO, 0, -3.42f, 2.78f, -6.2f, 6.2f, -6.2f, 29 R_CUBIC_TO, 0, -3.42f, 2.78f, -6.2f, 6.2f, -6.2f,
30 R_CUBIC_TO, 3.42f, 0, 6.2f, 2.78f, 6.2f, 6.2f, 30 R_CUBIC_TO, 3.42f, 0, 6.2f, 2.78f, 6.2f, 6.2f,
31 R_V_LINE_TO, 4, 31 R_V_LINE_TO, 4,
32 CLOSE, 32 CLOSE,
33 END 33 END
OLDNEW
« no previous file with comments | « ui/vector_icons/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698