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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//ios/public/provider/chrome/browser/build_config.gni") | 6 import("//ios/public/provider/chrome/browser/build_config.gni") |
7 | 7 |
8 source_set("browser") { | 8 source_set("browser") { |
9 sources = [ | 9 sources = [ |
10 "chrome_browser_provider.h", | 10 "chrome_browser_provider.h", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 public_deps = [ | 61 public_deps = [ |
62 ":provider_flags", | 62 ":provider_flags", |
63 ] | 63 ] |
64 | 64 |
65 deps = [ | 65 deps = [ |
66 "//base", | 66 "//base", |
67 "//components/autofill/core/browser", | 67 "//components/autofill/core/browser", |
68 "//components/favicon_base", | 68 "//components/favicon_base", |
69 "//components/metrics", | 69 "//components/metrics", |
70 "//components/sync_sessions", | 70 "//components/sync_sessions", |
71 "//ios/public/provider/web", | |
72 "//ios/web", | 71 "//ios/web", |
73 "//url", | 72 "//url", |
74 ] | 73 ] |
75 | 74 |
76 libs = [ | 75 libs = [ |
77 "CoreGraphics.framework", | 76 "CoreGraphics.framework", |
78 "CoreLocation.framework", | 77 "CoreLocation.framework", |
79 "Foundation.framework", | 78 "Foundation.framework", |
80 ] | 79 ] |
81 } | 80 } |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 "//base", | 125 "//base", |
127 "//components/signin/ios/browser:test_support", | 126 "//components/signin/ios/browser:test_support", |
128 "//components/sync_sessions", | 127 "//components/sync_sessions", |
129 "//ios/chrome/app/theme", | 128 "//ios/chrome/app/theme", |
130 "//testing/gtest", | 129 "//testing/gtest", |
131 ] | 130 ] |
132 public_deps = [ | 131 public_deps = [ |
133 "//testing/gmock", | 132 "//testing/gmock", |
134 ] | 133 ] |
135 } | 134 } |
OLD | NEW |