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

Side by Side Diff: test/ios/extension/ExtensionContainer/Images.xcassets/AppIcon.appiconset/Contents.json

Issue 376603002: This CL adds support for extension in GYP. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: oops Created 6 years, 5 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
(Empty)
1 {
2 "images" : [
3 {
4 "idiom" : "iphone",
5 "size" : "29x29",
6 "scale" : "2x"
7 },
8 {
9 "idiom" : "iphone",
10 "size" : "40x40",
11 "scale" : "2x"
12 },
13 {
14 "idiom" : "iphone",
15 "size" : "60x60",
16 "scale" : "2x"
17 },
18 {
19 "idiom" : "ipad",
20 "size" : "29x29",
21 "scale" : "1x"
22 },
23 {
24 "idiom" : "ipad",
25 "size" : "29x29",
26 "scale" : "2x"
27 },
28 {
29 "idiom" : "ipad",
30 "size" : "40x40",
31 "scale" : "1x"
32 },
33 {
34 "idiom" : "ipad",
35 "size" : "40x40",
36 "scale" : "2x"
37 },
38 {
39 "idiom" : "ipad",
40 "size" : "76x76",
41 "scale" : "1x"
42 },
43 {
44 "idiom" : "ipad",
45 "size" : "76x76",
46 "scale" : "2x"
47 }
48 ],
49 "info" : {
50 "version" : 1,
51 "author" : "xcode"
52 }
53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698