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

Unified Diff: ios/chrome/browser/ui/icons/resources/Icons.xcassets/ic_info.imageset/Contents.json

Issue 2550773002: [ios] Adds icons, overscroll and qrscanner resources (Closed)
Patch Set: Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/icons/resources/Icons.xcassets/ic_info.imageset/Contents.json
diff --git a/ios/chrome/browser/ui/icons/resources/Icons.xcassets/ic_info.imageset/Contents.json b/ios/chrome/browser/ui/icons/resources/Icons.xcassets/ic_info.imageset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..0f78309d278cbb12dae89ddeeb74809ba39ac8f4
--- /dev/null
+++ b/ios/chrome/browser/ui/icons/resources/Icons.xcassets/ic_info.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images": [
+ {
+ "filename": "ic_info.png",
+ "idiom": "universal",
+ "scale": "1x"
+ },
+ {
+ "filename": "ic_info_2x.png",
+ "idiom": "universal",
+ "scale": "2x"
+ },
+ {
+ "filename": "ic_info_3x.png",
+ "idiom": "universal",
+ "scale": "3x"
+ }
+ ],
+ "info": {
+ "author": "xcode",
+ "version": 1
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698