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

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

Issue 2661183002: Split ios/chrome/app/startup targets to reduce dependencies. (Closed)
Patch Set: Review feedback, rebase. Created 3 years, 7 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 | « ios/clean/chrome/app/BUILD.gn ('k') | ios/showcase/core/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 source_set("steps") { 5 source_set("steps") {
6 sources = [ 6 sources = [
7 "launch_to_background.h", 7 "launch_to_background.h",
8 "launch_to_background.mm", 8 "launch_to_background.mm",
9 "launch_to_basic.h", 9 "launch_to_basic.h",
10 "launch_to_basic.mm", 10 "launch_to_basic.mm",
11 "launch_to_foreground.h", 11 "launch_to_foreground.h",
12 "launch_to_foreground.mm", 12 "launch_to_foreground.mm",
13 "root_coordinator+application_step.h", 13 "root_coordinator+application_step.h",
14 "root_coordinator+application_step.mm", 14 "root_coordinator+application_step.mm",
15 ] 15 ]
16 16
17 configs += [ "//build/config/compiler:enable_arc" ] 17 configs += [ "//build/config/compiler:enable_arc" ]
18 18
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//components/content_settings/core/browser", 21 "//components/content_settings/core/browser",
22 "//ios/chrome/app:app_internal", 22 "//ios/chrome/app:app_internal",
23 "//ios/chrome/app/startup", 23 "//ios/chrome/app/startup",
24 "//ios/chrome/app/startup:startup_basic",
24 "//ios/chrome/browser", 25 "//ios/chrome/browser",
25 "//ios/chrome/browser:browser_internal", 26 "//ios/chrome/browser:browser_internal",
26 "//ios/chrome/browser/browser_state", 27 "//ios/chrome/browser/browser_state",
27 "//ios/chrome/browser/browser_state:browser_state_impl", 28 "//ios/chrome/browser/browser_state:browser_state_impl",
28 "//ios/chrome/browser/content_settings", 29 "//ios/chrome/browser/content_settings",
29 "//ios/chrome/browser/web:web_internal", 30 "//ios/chrome/browser/web:web_internal",
30 "//ios/chrome/browser/web_state_list", 31 "//ios/chrome/browser/web_state_list",
31 "//ios/clean/chrome/app:application_state", 32 "//ios/clean/chrome/app:application_state",
32 "//ios/clean/chrome/browser/ui/root", 33 "//ios/clean/chrome/browser/ui/root",
33 "//ios/net", 34 "//ios/net",
(...skipping 13 matching lines...) Expand all
47 configs += [ "//build/config/compiler:enable_arc" ] 48 configs += [ "//build/config/compiler:enable_arc" ]
48 49
49 deps = [ 50 deps = [
50 ":steps", 51 ":steps",
51 "//base", 52 "//base",
52 "//ios/clean/chrome/app:application_state", 53 "//ios/clean/chrome/app:application_state",
53 "//testing/gtest", 54 "//testing/gtest",
54 "//third_party/ocmock", 55 "//third_party/ocmock",
55 ] 56 ]
56 } 57 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/app/BUILD.gn ('k') | ios/showcase/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698