| OLD | NEW |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | 1 # Copyright 2017 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("//remoting/build/config/remoting_build.gni") | 7 import("//remoting/build/config/remoting_build.gni") |
| 8 | 8 |
| 9 bundle_data("assets") { | 9 bundle_data("assets") { |
| 10 sources = [ | 10 sources = [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "chromium/Icon-40.png", | 65 "chromium/Icon-40.png", |
| 66 "chromium/Icon-58.png", | 66 "chromium/Icon-58.png", |
| 67 "chromium/Icon-76.png", | 67 "chromium/Icon-76.png", |
| 68 "chromium/Icon-80.png", | 68 "chromium/Icon-80.png", |
| 69 "chromium/Icon-87.png", | 69 "chromium/Icon-87.png", |
| 70 ] | 70 ] |
| 71 outputs = [ | 71 outputs = [ |
| 72 "{{bundle_resources_dir}}/{{source_file_part}}", | 72 "{{bundle_resources_dir}}/{{source_file_part}}", |
| 73 ] | 73 ] |
| 74 } | 74 } |
| OLD | NEW |