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

Side by Side Diff: chrome/app/vector_icons/file_download_incognito.1x.icon

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: fix android? Created 3 years, 10 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 // 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 CANVAS_DIMENSIONS, 40, 5 CANVAS_DIMENSIONS, 40,
6 MOVE_TO, 33, 15, 6 MOVE_TO, 33, 15,
7 LINE_TO, 26, 15, 7 LINE_TO, 26, 15,
8 LINE_TO, 26, 5, 8 LINE_TO, 26, 5,
9 LINE_TO, 16, 5, 9 LINE_TO, 16, 5,
10 LINE_TO, 16, 15, 10 LINE_TO, 16, 15,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 LINE_TO, 29, 34, 47 LINE_TO, 29, 34,
48 LINE_TO, 38, 34, 48 LINE_TO, 38, 34,
49 LINE_TO, 36, 33, 49 LINE_TO, 36, 33,
50 CLOSE, 50 CLOSE,
51 // Pupils. 51 // Pupils.
52 NEW_PATH, 52 NEW_PATH,
53 PATH_COLOR_ARGB, 0xFF, 0x97, 0x97, 0x97, 53 PATH_COLOR_ARGB, 0xFF, 0x97, 0x97, 0x97,
54 ROUND_RECT, 31, 36, 1, 1, 0, 54 ROUND_RECT, 31, 36, 1, 1, 0,
55 ROUND_RECT, 35, 36, 1, 1, 0, 55 ROUND_RECT, 35, 36, 1, 1, 0,
56 END 56 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698