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

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

Issue 2541223006: [ios] Adds resources for the infobar. (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/infobars/resources/infobar_close.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/infobars/BUILD.gn
diff --git a/ios/chrome/browser/ui/infobars/BUILD.gn b/ios/chrome/browser/ui/infobars/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b23164c19b6558abbe73804d7ddfc2eda60c2e5c
--- /dev/null
+++ b/ios/chrome/browser/ui/infobars/BUILD.gn
@@ -0,0 +1,28 @@
+# 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/infobar_close.png",
+ "resources/infobar_close@2x.png",
+ "resources/infobar_close@3x.png",
+ "resources/infobar_downloading.png",
+ "resources/infobar_downloading@2x.png",
+ "resources/infobar_downloading@3x.png",
+ "resources/infobar_popup_blocker.png",
+ "resources/infobar_popup_blocker@2x.png",
+ "resources/infobar_popup_blocker@3x.png",
+ "resources/infobar_shadow.png",
+ "resources/infobar_shadow@2x.png",
+ "resources/infobar_update.png",
+ "resources/infobar_update@2x.png",
+ "resources/infobar_update@3x.png",
+ "resources/infobar_warning.png",
+ "resources/infobar_warning@2x.png",
+ "resources/infobar_warning@3x.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/infobars/resources/infobar_close.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698