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

Unified Diff: ios/chrome/browser/ui/first_run/BUILD.gn

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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/first_run/resources/FirstRun.xcassets/checkbox.imageset/Contents.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/first_run/BUILD.gn
diff --git a/ios/chrome/browser/ui/first_run/BUILD.gn b/ios/chrome/browser/ui/first_run/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..57823a45a10436c3d84ae76439544dcd93318973
--- /dev/null
+++ b/ios/chrome/browser/ui/first_run/BUILD.gn
@@ -0,0 +1,23 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+bundle_data("assets") {
+ sources = [
+ "resources/FirstRun.xcassets/checkbox.imageset/Contents.json",
+ "resources/FirstRun.xcassets/checkbox.imageset/checkbox.png",
+ "resources/FirstRun.xcassets/checkbox.imageset/checkbox@2x.png",
+ "resources/FirstRun.xcassets/checkbox.imageset/checkbox@2x~ipad.png",
+ "resources/FirstRun.xcassets/checkbox.imageset/checkbox@3x.png",
+ "resources/FirstRun.xcassets/checkbox.imageset/checkbox~ipad.png",
+ "resources/FirstRun.xcassets/checkbox_checked.imageset/Contents.json",
+ "resources/FirstRun.xcassets/checkbox_checked.imageset/checkbox_checked.png",
+ "resources/FirstRun.xcassets/checkbox_checked.imageset/checkbox_checked@2x.png",
+ "resources/FirstRun.xcassets/checkbox_checked.imageset/checkbox_checked@2x~ipad.png",
+ "resources/FirstRun.xcassets/checkbox_checked.imageset/checkbox_checked@3x.png",
+ "resources/FirstRun.xcassets/checkbox_checked.imageset/checkbox_checked~ipad.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/first_run/resources/FirstRun.xcassets/checkbox.imageset/Contents.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698