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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 "//components/autofill/core/common", | 85 "//components/autofill/core/common", |
86 "//components/dom_distiller/core", | 86 "//components/dom_distiller/core", |
87 "//components/flags_ui", | 87 "//components/flags_ui", |
88 "//components/flags_ui:switches", | 88 "//components/flags_ui:switches", |
89 "//components/handoff", | 89 "//components/handoff", |
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", | |
96 "//components/ntp_tiles", | 95 "//components/ntp_tiles", |
97 "//components/pref_registry", | 96 "//components/pref_registry", |
98 "//components/prefs", | 97 "//components/prefs", |
99 "//components/proxy_config", | 98 "//components/proxy_config", |
100 "//components/proxy_config/ios", | 99 "//components/proxy_config/ios", |
101 "//components/reading_list/ios", | 100 "//components/reading_list/ios", |
102 "//components/search_engines", | 101 "//components/search_engines", |
103 "//components/signin/core/browser", | 102 "//components/signin/core/browser", |
104 "//components/ssl_config", | 103 "//components/ssl_config", |
105 "//components/strings", | 104 "//components/strings", |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 source_set("browser_internal") { | 239 source_set("browser_internal") { |
241 configs += [ "//build/config/compiler:enable_arc" ] | 240 configs += [ "//build/config/compiler:enable_arc" ] |
242 sources = [ | 241 sources = [ |
243 "callback_counter.h", | 242 "callback_counter.h", |
244 "callback_counter.mm", | 243 "callback_counter.mm", |
245 ] | 244 ] |
246 deps = [ | 245 deps = [ |
247 "//base", | 246 "//base", |
248 ] | 247 ] |
249 } | 248 } |
OLD | NEW |