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

Unified Diff: ios/chrome/browser/ui/first_run/resources/FirstRun.xcassets/checkbox_checked.imageset/Contents.json

Issue 2547943003: [ios] Adds reading_list and first_run 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/first_run/resources/FirstRun.xcassets/checkbox_checked.imageset/Contents.json
diff --git a/ios/chrome/browser/ui/first_run/resources/FirstRun.xcassets/checkbox_checked.imageset/Contents.json b/ios/chrome/browser/ui/first_run/resources/FirstRun.xcassets/checkbox_checked.imageset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..a3fe03716f1a1c36476c533dc86fab0ceb27fd53
--- /dev/null
+++ b/ios/chrome/browser/ui/first_run/resources/FirstRun.xcassets/checkbox_checked.imageset/Contents.json
@@ -0,0 +1,33 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "filename" : "checkbox_checked.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "iphone",
+ "filename" : "checkbox_checked@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "filename" : "checkbox_checked@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "ipad",
+ "filename" : "checkbox_checked~ipad.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "filename" : "checkbox_checked@2x~ipad.png",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698