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

Side by Side Diff: ios/chrome/app/BUILD.gn

Issue 2661183002: Split ios/chrome/app/startup targets to reduce dependencies. (Closed)
Patch Set: Fixed dependencies, factored out chrome_paths. Created 3 years, 10 months 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 | « no previous file | ios/chrome/app/startup/BUILD.gn » ('j') | ios/chrome/app/startup/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//components/signin/core/browser", 155 "//components/signin/core/browser",
156 "//components/suggestions", 156 "//components/suggestions",
157 "//components/sync", 157 "//components/sync",
158 "//components/url_formatter", 158 "//components/url_formatter",
159 "//components/web_resource", 159 "//components/web_resource",
160 "//ios/chrome/app/application_delegate", 160 "//ios/chrome/app/application_delegate",
161 "//ios/chrome/app/application_delegate:application_delegate_internal", 161 "//ios/chrome/app/application_delegate:application_delegate_internal",
162 "//ios/chrome/app/safe_mode", 162 "//ios/chrome/app/safe_mode",
163 "//ios/chrome/app/spotlight", 163 "//ios/chrome/app/spotlight",
164 "//ios/chrome/app/startup", 164 "//ios/chrome/app/startup",
165 "//ios/chrome/app/startup:startup_basic",
165 "//ios/chrome/app/strings", 166 "//ios/chrome/app/strings",
166 "//ios/chrome/browser", 167 "//ios/chrome/browser",
167 "//ios/chrome/browser:browser_internal", 168 "//ios/chrome/browser:browser_internal",
168 "//ios/chrome/browser/bookmarks", 169 "//ios/chrome/browser/bookmarks",
169 "//ios/chrome/browser/browser_state", 170 "//ios/chrome/browser/browser_state",
170 "//ios/chrome/browser/browser_state:browser_state_impl", 171 "//ios/chrome/browser/browser_state:browser_state_impl",
171 "//ios/chrome/browser/browsing_data", 172 "//ios/chrome/browser/browsing_data",
172 "//ios/chrome/browser/browsing_data:browsing_data_internal", 173 "//ios/chrome/browser/browsing_data:browsing_data_internal",
173 "//ios/chrome/browser/content_settings", 174 "//ios/chrome/browser/content_settings",
174 "//ios/chrome/browser/crash_report", 175 "//ios/chrome/browser/crash_report",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 246
246 source_set("main") { 247 source_set("main") {
247 sources = [ 248 sources = [
248 "chrome_exe_main.mm", 249 "chrome_exe_main.mm",
249 ] 250 ]
250 251
251 deps = [ 252 deps = [
252 ":app_internal", 253 ":app_internal",
253 "//base", 254 "//base",
254 "//components/crash/core/common", 255 "//components/crash/core/common",
255 "//ios/chrome/app/startup", 256 "//ios/chrome/app/startup:startup_basic",
256 "//ios/chrome/browser:browser_internal", 257 "//ios/chrome/browser:browser_internal",
257 "//ios/chrome/browser/crash_report", 258 "//ios/chrome/browser/crash_report",
258 "//ios/chrome/common", 259 "//ios/chrome/common",
259 "//third_party/google_toolbox_for_mac", 260 "//third_party/google_toolbox_for_mac",
260 ] 261 ]
261 } 262 }
262 263
263 ios_app_bundle("chrome") { 264 ios_app_bundle("chrome") {
264 output_name = chromium_short_name 265 output_name = chromium_short_name
265 266
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ] 345 ]
345 sources = [ 346 sources = [
346 "$root_out_dir/share_extension.appex", 347 "$root_out_dir/share_extension.appex",
347 ] 348 ]
348 outputs = [ 349 outputs = [
349 "{{bundle_plugins_dir}}/{{source_file_part}}", 350 "{{bundle_plugins_dir}}/{{source_file_part}}",
350 ] 351 ]
351 } 352 }
352 } 353 }
353 } 354 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/startup/BUILD.gn » ('j') | ios/chrome/app/startup/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698