summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-24 12:15:48 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-28 13:30:04 +0000
commitb014812705fc80bff0a5c120dfcef88f349816dc (patch)
tree25a2e2d9fa285f1add86aa333389a839f81a39ae /chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn
parent9f4560b1027ae06fdb497023cdcaf91b8511fa74 (diff)
downloadqtwebengine-chromium-b014812705fc80bff0a5c120dfcef88f349816dc.tar.gz
BASELINE: Update Chromium to 68.0.3440.125
Change-Id: I23f19369e01f688e496f5bf179abb521ad73874f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn')
-rw-r--r--chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn b/chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn
new file mode 100644
index 00000000000..89ae677d1d6
--- /dev/null
+++ b/chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn
@@ -0,0 +1,14 @@
+# 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("identity_chooser_add_account") {
+ sources = [
+ "identity_chooser_add_account.imageset/Contents.json",
+ "identity_chooser_add_account.imageset/identity_chooser_add_account.png",
+ "identity_chooser_add_account.imageset/identity_chooser_add_account@2x.png",
+ "identity_chooser_add_account.imageset/identity_chooser_add_account@3x.png",
+ ]
+}