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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 bundle_data("resources") {
6 sources = [
7 "resources/infobar_close.png",
8 "resources/infobar_close@2x.png",
9 "resources/infobar_close@3x.png",
10 "resources/infobar_downloading.png",
11 "resources/infobar_downloading@2x.png",
12 "resources/infobar_downloading@3x.png",
13 "resources/infobar_popup_blocker.png",
14 "resources/infobar_popup_blocker@2x.png",
15 "resources/infobar_popup_blocker@3x.png",
16 "resources/infobar_shadow.png",
17 "resources/infobar_shadow@2x.png",
18 "resources/infobar_update.png",
19 "resources/infobar_update@2x.png",
20 "resources/infobar_update@3x.png",
21 "resources/infobar_warning.png",
22 "resources/infobar_warning@2x.png",
23 "resources/infobar_warning@3x.png",
24 ]
25 outputs = [
26 "{{bundle_resources_dir}}/{{source_file_part}}",
27 ]
28 }
OLDNEW
« 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