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

Side by Side Diff: test/ios/extension/ExtensionContainer/Images.xcassets/LaunchImage.launchimage/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 "orientation" : "portrait",
5 "idiom" : "iphone",
6 "extent" : "full-screen",
7 "minimum-system-version" : "7.0",
8 "scale" : "2x"
9 },
10 {
11 "orientation" : "portrait",
12 "idiom" : "iphone",
13 "subtype" : "retina4",
14 "extent" : "full-screen",
15 "minimum-system-version" : "7.0",
16 "scale" : "2x"
17 },
18 {
19 "orientation" : "portrait",
20 "idiom" : "ipad",
21 "extent" : "full-screen",
22 "minimum-system-version" : "7.0",
23 "scale" : "1x"
24 },
25 {
26 "orientation" : "landscape",
27 "idiom" : "ipad",
28 "extent" : "full-screen",
29 "minimum-system-version" : "7.0",
30 "scale" : "1x"
31 },
32 {
33 "orientation" : "portrait",
34 "idiom" : "ipad",
35 "extent" : "full-screen",
36 "minimum-system-version" : "7.0",
37 "scale" : "2x"
38 },
39 {
40 "orientation" : "landscape",
41 "idiom" : "ipad",
42 "extent" : "full-screen",
43 "minimum-system-version" : "7.0",
44 "scale" : "2x"
45 }
46 ],
47 "info" : {
48 "version" : 1,
49 "author" : "xcode"
50 }
51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698