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", | 152 "//components/reading_list/core:flags", |
153 "//components/signin/core/browser", | 153 "//components/signin/core/browser", |
154 "//components/suggestions", | 154 "//components/suggestions", |
155 "//components/sync", | 155 "//components/sync", |
156 "//components/url_formatter", | 156 "//components/url_formatter", |
157 "//components/web_resource", | 157 "//components/web_resource", |
158 "//ios/chrome/app/application_delegate", | 158 "//ios/chrome/app/application_delegate", |
159 "//ios/chrome/app/application_delegate:application_delegate_internal", | 159 "//ios/chrome/app/application_delegate:application_delegate_internal", |
160 "//ios/chrome/app/safe_mode", | 160 "//ios/chrome/app/safe_mode", |
161 "//ios/chrome/app/spotlight", | 161 "//ios/chrome/app/spotlight", |
162 "//ios/chrome/app/startup", | 162 "//ios/chrome/app/startup", |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 ] | 342 ] |
343 sources = [ | 343 sources = [ |
344 "$root_out_dir/share_extension.appex", | 344 "$root_out_dir/share_extension.appex", |
345 ] | 345 ] |
346 outputs = [ | 346 outputs = [ |
347 "{{bundle_plugins_dir}}/{{source_file_part}}", | 347 "{{bundle_plugins_dir}}/{{source_file_part}}", |
348 ] | 348 ] |
349 } | 349 } |
350 } | 350 } |
351 } | 351 } |
OLD | NEW |