| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/mac/base_rules.gni") | 6 import("//build/config/mac/base_rules.gni") |
| 7 import("//build/mac/tweak_info_plist.gni") | 7 import("//build/mac/tweak_info_plist.gni") |
| 8 import("//ios/build/chrome_build.gni") | 8 import("//ios/build/chrome_build.gni") |
| 9 import("//ios/public/provider/chrome/browser/build_config.gni") | 9 import("//ios/public/provider/chrome/browser/build_config.gni") |
| 10 | 10 |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 "//components/favicon/core", | 142 "//components/favicon/core", |
| 143 "//components/favicon_base", | 143 "//components/favicon_base", |
| 144 "//components/handoff", | 144 "//components/handoff", |
| 145 "//components/history/core/browser", | 145 "//components/history/core/browser", |
| 146 "//components/infobars/core", | 146 "//components/infobars/core", |
| 147 "//components/keyed_service/core", | 147 "//components/keyed_service/core", |
| 148 "//components/keyed_service/ios", | 148 "//components/keyed_service/ios", |
| 149 "//components/metrics", | 149 "//components/metrics", |
| 150 "//components/prefs", | 150 "//components/prefs", |
| 151 "//components/proxy_config", | 151 "//components/proxy_config", |
| 152 "//components/reading_list/core:flags", | |
| 153 "//components/signin/core/browser", | 152 "//components/signin/core/browser", |
| 154 "//components/suggestions", | 153 "//components/suggestions", |
| 155 "//components/sync", | 154 "//components/sync", |
| 156 "//components/url_formatter", | 155 "//components/url_formatter", |
| 157 "//components/web_resource", | 156 "//components/web_resource", |
| 158 "//ios/chrome/app/application_delegate", | 157 "//ios/chrome/app/application_delegate", |
| 159 "//ios/chrome/app/application_delegate:application_delegate_internal", | 158 "//ios/chrome/app/application_delegate:application_delegate_internal", |
| 160 "//ios/chrome/app/safe_mode", | 159 "//ios/chrome/app/safe_mode", |
| 161 "//ios/chrome/app/spotlight", | 160 "//ios/chrome/app/spotlight", |
| 162 "//ios/chrome/app/startup", | 161 "//ios/chrome/app/startup", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 ] | 341 ] |
| 343 sources = [ | 342 sources = [ |
| 344 "$root_out_dir/share_extension.appex", | 343 "$root_out_dir/share_extension.appex", |
| 345 ] | 344 ] |
| 346 outputs = [ | 345 outputs = [ |
| 347 "{{bundle_plugins_dir}}/{{source_file_part}}", | 346 "{{bundle_plugins_dir}}/{{source_file_part}}", |
| 348 ] | 347 ] |
| 349 } | 348 } |
| 350 } | 349 } |
| 351 } | 350 } |
| OLD | NEW |