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

Side by Side Diff: ash/resources/vector_icons/shelf_keyboard.icon

Issue 2623693003: Move more vector icons into respective directories. (Closed)
Patch Set: Created 3 years, 11 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 | « ash/resources/vector_icons/BUILD.gn ('k') | ash/resources/vector_icons/shelf_keyboard.1x.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 CANVAS_DIMENSIONS, 32, 5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 27, 7, 6 MOVE_TO, 27, 7,
7 H_LINE_TO, 6, 7 H_LINE_TO, 6,
8 R_CUBIC_TO, -1.78f, 0, -2.99f, 1.22f, -3, 3, 8 R_CUBIC_TO, -1.78f, 0, -2.99f, 1.22f, -3, 3,
9 R_V_LINE_TO, 13, 9 R_V_LINE_TO, 13,
10 R_CUBIC_TO, 0, 1.78f, 1.22f, 3, 3, 3, 10 R_CUBIC_TO, 0, 1.78f, 1.22f, 3, 3, 3,
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 R_H_LINE_TO, 3, 73 R_H_LINE_TO, 3,
74 R_V_LINE_TO, 3, 74 R_V_LINE_TO, 3,
75 CLOSE, 75 CLOSE,
76 R_MOVE_TO, 0, -4, 76 R_MOVE_TO, 0, -4,
77 R_H_LINE_TO, -3, 77 R_H_LINE_TO, -3,
78 R_V_LINE_TO, -3, 78 R_V_LINE_TO, -3,
79 R_H_LINE_TO, 3, 79 R_H_LINE_TO, 3,
80 R_V_LINE_TO, 3, 80 R_V_LINE_TO, 3,
81 CLOSE, 81 CLOSE,
82 END 82 END
OLDNEW
« no previous file with comments | « ash/resources/vector_icons/BUILD.gn ('k') | ash/resources/vector_icons/shelf_keyboard.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698