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("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ios/rules.gni") | 7 import("//build/config/ios/rules.gni") |
8 import("//rlz/features/features.gni") | 8 import("//rlz/features/features.gni") |
9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
10 | 10 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "//components/keyed_service/core", | 90 "//components/keyed_service/core", |
91 "//components/keyed_service/ios", | 91 "//components/keyed_service/ios", |
92 "//components/metrics", | 92 "//components/metrics", |
93 "//components/metrics_services_manager", | 93 "//components/metrics_services_manager", |
94 "//components/net_log", | 94 "//components/net_log", |
95 "//components/network_session_configurator", | 95 "//components/network_session_configurator", |
96 "//components/ntp_tiles", | 96 "//components/ntp_tiles", |
97 "//components/pref_registry", | 97 "//components/pref_registry", |
98 "//components/prefs", | 98 "//components/prefs", |
99 "//components/proxy_config", | 99 "//components/proxy_config", |
| 100 "//components/proxy_config/ios", |
100 "//components/reading_list/ios", | 101 "//components/reading_list/ios", |
101 "//components/search_engines", | 102 "//components/search_engines", |
102 "//components/signin/core/browser", | 103 "//components/signin/core/browser", |
103 "//components/ssl_config", | 104 "//components/ssl_config", |
104 "//components/strings", | 105 "//components/strings", |
105 "//components/sync", | 106 "//components/sync", |
106 "//components/translate/core/browser", | 107 "//components/translate/core/browser", |
107 "//components/url_formatter", | 108 "//components/url_formatter", |
108 "//components/variations", | 109 "//components/variations", |
109 "//components/variations/service", | 110 "//components/variations/service", |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 | 238 |
238 source_set("browser_internal") { | 239 source_set("browser_internal") { |
239 sources = [ | 240 sources = [ |
240 "callback_counter.h", | 241 "callback_counter.h", |
241 "callback_counter.mm", | 242 "callback_counter.mm", |
242 ] | 243 ] |
243 deps = [ | 244 deps = [ |
244 "//base", | 245 "//base", |
245 ] | 246 ] |
246 } | 247 } |
OLD | NEW |