summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/ntp_tile_views/resources
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-13 15:05:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-14 10:33:47 +0000
commite684a3455bcc29a6e3e66a004e352dea4e1141e7 (patch)
treed55b4003bde34d7d05f558f02cfd82b2a66a7aac /chromium/ios/chrome/browser/ui/ntp_tile_views/resources
parent2b94bfe47ccb6c08047959d1c26e392919550e86 (diff)
downloadqtwebengine-chromium-e684a3455bcc29a6e3e66a004e352dea4e1141e7.tar.gz
BASELINE: Update Chromium to 72.0.3626.110 and Ninja to 1.9.0
Change-Id: Ic57220b00ecc929a893c91f5cc552f5d3e99e922 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/ios/chrome/browser/ui/ntp_tile_views/resources')
-rw-r--r--chromium/ios/chrome/browser/ui/ntp_tile_views/resources/BUILD.gn50
1 files changed, 50 insertions, 0 deletions
diff --git a/chromium/ios/chrome/browser/ui/ntp_tile_views/resources/BUILD.gn b/chromium/ios/chrome/browser/ui/ntp_tile_views/resources/BUILD.gn
new file mode 100644
index 00000000000..67bb3a27cb3
--- /dev/null
+++ b/chromium/ios/chrome/browser/ui/ntp_tile_views/resources/BUILD.gn
@@ -0,0 +1,50 @@
+# Copyright 2018 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.
+
+import("//build/config/ios/asset_catalog.gni")
+
+imageset("ntp_readinglist_icon") {
+ sources = [
+ "ntp_readinglist_icon.imageset/Contents.json",
+ "ntp_readinglist_icon.imageset/ntp_readinglist_icon.png",
+ "ntp_readinglist_icon.imageset/ntp_readinglist_icon@2x.png",
+ "ntp_readinglist_icon.imageset/ntp_readinglist_icon@3x.png",
+ ]
+}
+
+imageset("ntp_most_visited_tile") {
+ sources = [
+ "ntp_most_visited_tile.imageset/Contents.json",
+ "ntp_most_visited_tile.imageset/ntp_most_visited_tile.png",
+ "ntp_most_visited_tile.imageset/ntp_most_visited_tile@2x.png",
+ "ntp_most_visited_tile.imageset/ntp_most_visited_tile@3x.png",
+ ]
+}
+
+imageset("ntp_bookmarks_icon") {
+ sources = [
+ "ntp_bookmarks_icon.imageset/Contents.json",
+ "ntp_bookmarks_icon.imageset/ntp_bookmarks_icon.png",
+ "ntp_bookmarks_icon.imageset/ntp_bookmarks_icon@2x.png",
+ "ntp_bookmarks_icon.imageset/ntp_bookmarks_icon@3x.png",
+ ]
+}
+
+imageset("ntp_recent_icon") {
+ sources = [
+ "ntp_recent_icon.imageset/Contents.json",
+ "ntp_recent_icon.imageset/ntp_recent_icon.png",
+ "ntp_recent_icon.imageset/ntp_recent_icon@2x.png",
+ "ntp_recent_icon.imageset/ntp_recent_icon@3x.png",
+ ]
+}
+
+imageset("ntp_history_icon") {
+ sources = [
+ "ntp_history_icon.imageset/Contents.json",
+ "ntp_history_icon.imageset/ntp_history_icon.png",
+ "ntp_history_icon.imageset/ntp_history_icon@2x.png",
+ "ntp_history_icon.imageset/ntp_history_icon@3x.png",
+ ]
+}