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

Unified Diff: ios/chrome/browser/ui/reading_list/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
Index: ios/chrome/browser/ui/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/ui/reading_list/BUILD.gn b/ios/chrome/browser/ui/reading_list/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b47d2a8d86192d48eb77d1ac6cf8989065f3d8ea
--- /dev/null
+++ b/ios/chrome/browser/ui/reading_list/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("resources") {
+ sources = [
+ "resources/distillation_fail.png",
+ "resources/distillation_fail@2x.png",
+ "resources/distillation_fail@3x.png",
+ "resources/distillation_success.png",
+ "resources/distillation_success@2x.png",
+ "resources/distillation_success@3x.png",
+ "resources/reading_list_icon.png",
+ "resources/reading_list_icon@2x.png",
+ "resources/reading_list_icon@3x.png",
+ "resources/share_icon.png",
+ "resources/share_icon@2x.png",
+ "resources/share_icon@3x.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698