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

Side by Side Diff: ios/chrome/browser/ui/settings/BUILD.gn

Issue 2544413002: [ios] Adds settings and stack_view resources (Closed)
Patch Set: Remove unused images 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/settings/resources/app_icon_placeholder.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/app_icon_placeholder.png",
8 "resources/app_icon_placeholder@2x.png",
9 "resources/app_icon_placeholder@3x.png",
10 "resources/encryption_error.png",
11 "resources/encryption_error@2x.png",
12 "resources/encryption_error@3x.png",
13 "resources/settings_accounts_add_account.png",
14 "resources/settings_accounts_add_account@2x.png",
15 "resources/settings_accounts_add_account@3x.png",
16 "resources/settings_error.png",
17 "resources/settings_error@2x.png",
18 "resources/settings_error@3x.png",
19 "resources/settings_sync.png",
20 "resources/settings_sync@2x.png",
21 "resources/settings_sync@3x.png",
22 ]
23 outputs = [
24 "{{bundle_resources_dir}}/{{source_file_part}}",
25 ]
26 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/settings/resources/app_icon_placeholder.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698