| OLD | NEW |
| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/ios/rules.gni") | 6 import("//build/config/ios/rules.gni") |
| 7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
| 8 import("//ios/chrome/app/resources/ios_chrome_repack.gni") | 8 import("//ios/chrome/app/resources/ios_chrome_repack.gni") |
| 9 import("//ios/public/provider/chrome/browser/build_config.gni") | 9 import("//ios/public/provider/chrome/browser/build_config.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json", | 100 "launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json", |
| 101 "launchscreen_images.xcassets/launchscreen_app_logo.imageset/launchscreen_ap
p_logo.png", | 101 "launchscreen_images.xcassets/launchscreen_app_logo.imageset/launchscreen_ap
p_logo.png", |
| 102 "launchscreen_images.xcassets/launchscreen_brand_name.imageset/Contents.json
", | 102 "launchscreen_images.xcassets/launchscreen_brand_name.imageset/Contents.json
", |
| 103 "launchscreen_images.xcassets/launchscreen_brand_name.imageset/launchscreen_
brand_name.png", | 103 "launchscreen_images.xcassets/launchscreen_brand_name.imageset/launchscreen_
brand_name.png", |
| 104 ] | 104 ] |
| 105 outputs = [ | 105 outputs = [ |
| 106 "{{bundle_resources_dir}}/{{source_file_part}}", | 106 "{{bundle_resources_dir}}/{{source_file_part}}", |
| 107 ] | 107 ] |
| 108 } | 108 } |
| 109 | 109 |
| 110 bundle_data_xib("launchscreen_xib") { | 110 bundle_data_ib_file("launchscreen_xib") { |
| 111 source = "LaunchScreen.xib" | 111 source = "LaunchScreen.xib" |
| 112 deps = [ | 112 deps = [ |
| 113 ios_launchscreen_assets_target, | 113 ios_launchscreen_assets_target, |
| 114 ] | 114 ] |
| 115 } | 115 } |
| OLD | NEW |