| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "//components/keyed_service/core", | 77 "//components/keyed_service/core", |
| 78 "//components/keyed_service/ios", | 78 "//components/keyed_service/ios", |
| 79 "//components/metrics", | 79 "//components/metrics", |
| 80 "//components/metrics_services_manager", | 80 "//components/metrics_services_manager", |
| 81 "//components/net_log", | 81 "//components/net_log", |
| 82 "//components/network_session_configurator", | 82 "//components/network_session_configurator", |
| 83 "//components/ntp_tiles", | 83 "//components/ntp_tiles", |
| 84 "//components/pref_registry", | 84 "//components/pref_registry", |
| 85 "//components/prefs", | 85 "//components/prefs", |
| 86 "//components/proxy_config", | 86 "//components/proxy_config", |
| 87 "//components/reading_list/core", | 87 "//components/reading_list/core:flags", |
| 88 "//components/reading_list/ios", | 88 "//components/reading_list/ios", |
| 89 "//components/search_engines", | 89 "//components/search_engines", |
| 90 "//components/signin/core/browser", | 90 "//components/signin/core/browser", |
| 91 "//components/ssl_config", | 91 "//components/ssl_config", |
| 92 "//components/strings", | 92 "//components/strings", |
| 93 "//components/sync", | 93 "//components/sync", |
| 94 "//components/translate/core/browser", | 94 "//components/translate/core/browser", |
| 95 "//components/url_formatter", | 95 "//components/url_formatter", |
| 96 "//components/variations", | 96 "//components/variations", |
| 97 "//components/variations/service", | 97 "//components/variations/service", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 | 222 |
| 223 source_set("browser_internal") { | 223 source_set("browser_internal") { |
| 224 sources = [ | 224 sources = [ |
| 225 "callback_counter.h", | 225 "callback_counter.h", |
| 226 "callback_counter.mm", | 226 "callback_counter.mm", |
| 227 ] | 227 ] |
| 228 deps = [ | 228 deps = [ |
| 229 "//base", | 229 "//base", |
| 230 ] | 230 ] |
| 231 } | 231 } |
| OLD | NEW |