diff options
author | dcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 17:50:52 +0000 |
---|---|---|
committer | dcaiafa@chromium.org <dcaiafa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 17:50:52 +0000 |
commit | 55e5286f8204297aa968ef4621eeb36dec24de80 (patch) | |
tree | 24ed0bff0888adffec464c54d549fad6ec10ae21 /remoting/ios/Chromoting_unittests/Images.xcassets/AppIcon.appiconset/Contents.json | |
parent | 74c6fd3e872933c7e9f99150438e243d77cfcfc1 (diff) | |
download | chromium_src-55e5286f8204297aa968ef4621eeb36dec24de80.zip chromium_src-55e5286f8204297aa968ef4621eeb36dec24de80.tar.gz chromium_src-55e5286f8204297aa968ef4621eeb36dec24de80.tar.bz2 |
Chromoting iOS client
This is a sub-set of:
https://codereview.chromium.org/186733007/
It doesn't include the .xcodeproj files which were causing problems with "git
cl" due to being in the root .gitignore. They won't be necessary after gyp
integration.
This is just a code drop. Nothing is being built at the moment.
NOTRY=true
TBR=sergeyu@chromium.org
BUG=331356
Review URL: https://codereview.chromium.org/278863003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/ios/Chromoting_unittests/Images.xcassets/AppIcon.appiconset/Contents.json')
-rw-r--r-- | remoting/ios/Chromoting_unittests/Images.xcassets/AppIcon.appiconset/Contents.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/remoting/ios/Chromoting_unittests/Images.xcassets/AppIcon.appiconset/Contents.json b/remoting/ios/Chromoting_unittests/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..91bf9c1 --- /dev/null +++ b/remoting/ios/Chromoting_unittests/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,53 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file |