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

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

Issue 2564023002: Handle storyboards in GN. (Closed)
Patch Set: nib is the output_extension 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 | « ios/chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 6
7 bundle_data("assets") { 7 bundle_data("assets") {
8 sources = [ 8 sources = [
9 "resources/download_manager_assets.xcassets/Contents.json", 9 "resources/download_manager_assets.xcassets/Contents.json",
10 "resources/download_manager_assets.xcassets/error_icon.imageset/Contents.jso n", 10 "resources/download_manager_assets.xcassets/error_icon.imageset/Contents.jso n",
(...skipping 11 matching lines...) Expand all
22 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /Contents.json", 22 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /Contents.json",
23 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /file_icon_fold_complete.png", 23 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /file_icon_fold_complete.png",
24 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /file_icon_fold_complete@2x.png", 24 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /file_icon_fold_complete@2x.png",
25 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /file_icon_fold_complete@3x.png", 25 "resources/download_manager_assets.xcassets/file_icon_fold_complete.imageset /file_icon_fold_complete@3x.png",
26 ] 26 ]
27 outputs = [ 27 outputs = [
28 "{{bundle_resources_dir}}/{{source_file_part}}", 28 "{{bundle_resources_dir}}/{{source_file_part}}",
29 ] 29 ]
30 } 30 }
31 31
32 bundle_data_xib("download_manager_controller_xib") { 32 bundle_data_ib_file("download_manager_controller_xib") {
33 source = "resources/DownloadManagerController.xib" 33 source = "resources/DownloadManagerController.xib"
34 } 34 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698