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

Side by Side Diff: ios/clean/chrome/browser/BUILD.gn

Issue 2735973003: Make BrowserCoordinator use a Browser instead of a BrowserState (Closed)
Patch Set: Remove unused import Created 3 years, 9 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
OLDNEW
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 source_set("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "browser_coordinator+internal.h", 7 "browser_coordinator+internal.h",
8 "browser_coordinator.h", 8 "browser_coordinator.h",
9 "browser_coordinator.mm", 9 "browser_coordinator.mm",
10 "url_opening.h", 10 "url_opening.h",
11 ] 11 ]
12 12
13 configs += [ "//build/config/compiler:enable_arc" ] 13 configs += [ "//build/config/compiler:enable_arc" ]
14 14
15 deps = [ 15 deps = [
16 "//base", 16 "//base",
17 "//ios/chrome/app:tests_fake_hook", 17 "//ios/chrome/app:tests_fake_hook",
18 "//ios/chrome/browser", 18 "//ios/chrome/browser",
19 "//ios/chrome/browser/browser_state", 19 "//ios/chrome/browser/browser_state",
20 "//ios/chrome/browser/tabs:tabs_internal", 20 "//ios/chrome/browser/tabs:tabs_internal",
21 "//ios/clean/chrome/browser/model",
21 "//ios/shared/chrome/browser/coordinator_context", 22 "//ios/shared/chrome/browser/coordinator_context",
22 ] 23 ]
23 } 24 }
24 25
25 source_set("unit_tests") { 26 source_set("unit_tests") {
26 testonly = true 27 testonly = true
27 sources = [ 28 sources = [
28 "browser_coordinator_unittest.mm", 29 "browser_coordinator_unittest.mm",
29 ] 30 ]
30 31
31 configs += [ "//build/config/compiler:enable_arc" ] 32 configs += [ "//build/config/compiler:enable_arc" ]
32 33
33 deps = [ 34 deps = [
34 ":browser", 35 ":browser",
35 "//base", 36 "//base",
36 "//base/test:test_support", 37 "//base/test:test_support",
37 "//ios/chrome/test/base", 38 "//ios/chrome/test/base",
38 "//ios/shared/chrome/browser/coordinator_context", 39 "//ios/shared/chrome/browser/coordinator_context",
39 "//testing/gtest", 40 "//testing/gtest",
40 ] 41 ]
41 } 42 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.mm ('k') | ios/clean/chrome/browser/browser_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698