| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "//components/language_usage_metrics", | 140 "//components/language_usage_metrics", |
| 141 "//components/metrics:profiler_ios", | 141 "//components/metrics:profiler_ios", |
| 142 "//components/metrics_services_manager", | 142 "//components/metrics_services_manager", |
| 143 "//components/net_log", | 143 "//components/net_log", |
| 144 "//components/network_time", | 144 "//components/network_time", |
| 145 "//components/open_from_clipboard", | 145 "//components/open_from_clipboard", |
| 146 "//components/physical_web/data_source", | 146 "//components/physical_web/data_source", |
| 147 "//components/prefs", | 147 "//components/prefs", |
| 148 "//components/rappor", | 148 "//components/rappor", |
| 149 "//components/translate/core/browser", | 149 "//components/translate/core/browser", |
| 150 "//components/ukm", |
| 150 "//components/update_client", | 151 "//components/update_client", |
| 151 "//components/variations", | 152 "//components/variations", |
| 152 "//components/variations/field_trial_config", | 153 "//components/variations/field_trial_config", |
| 153 "//components/variations/service", | 154 "//components/variations/service", |
| 154 "//ios/chrome/browser/browser_state", | 155 "//ios/chrome/browser/browser_state", |
| 155 "//ios/chrome/browser/browser_state:browser_state_impl", | 156 "//ios/chrome/browser/browser_state:browser_state_impl", |
| 156 "//ios/chrome/browser/component_updater", | 157 "//ios/chrome/browser/component_updater", |
| 157 "//ios/chrome/browser/first_run", | 158 "//ios/chrome/browser/first_run", |
| 158 "//ios/chrome/browser/history", | 159 "//ios/chrome/browser/history", |
| 159 "//ios/chrome/browser/metrics", | 160 "//ios/chrome/browser/metrics", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 | 223 |
| 223 source_set("browser_internal") { | 224 source_set("browser_internal") { |
| 224 sources = [ | 225 sources = [ |
| 225 "callback_counter.h", | 226 "callback_counter.h", |
| 226 "callback_counter.mm", | 227 "callback_counter.mm", |
| 227 ] | 228 ] |
| 228 deps = [ | 229 deps = [ |
| 229 "//base", | 230 "//base", |
| 230 ] | 231 ] |
| 231 } | 232 } |
| OLD | NEW |