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

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

Issue 2550773002: [ios] Adds icons, overscroll and qrscanner resources (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
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("assets") {
6 sources = [
7 "resources/QRScanner.xcassets/Contents.json",
8 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/Contents.json",
9 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/torch_off.png",
10 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/torch_off@2x.png ",
11 "resources/QRScanner.xcassets/qr_scanner_torch_off.imageset/torch_off@3x.png ",
12 "resources/QRScanner.xcassets/qr_scanner_torch_on.imageset/Contents.json",
13 "resources/QRScanner.xcassets/qr_scanner_torch_on.imageset/torch_on.png",
14 "resources/QRScanner.xcassets/qr_scanner_torch_on.imageset/torch_on@2x.png",
15 "resources/QRScanner.xcassets/qr_scanner_torch_on.imageset/torch_on@3x.png",
16 "resources/QRScanner.xcassets/quick_action_qr_scanner.imageset/Contents.json ",
17 "resources/QRScanner.xcassets/quick_action_qr_scanner.imageset/quick_action_ qr_scanner@2x.png",
18 "resources/QRScanner.xcassets/quick_action_qr_scanner.imageset/quick_action_ qr_scanner@3x.png",
19 ]
20 outputs = [
21 "{{bundle_resources_dir}}/{{source_file_part}}",
22 ]
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698