Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 2722113004: Flush UKM metrics when backgrounded on Android and iOS. (Closed)
Patch Set: address comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/ukm/ukm_service.cc ('k') | ios/chrome/browser/application_context.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « components/ukm/ukm_service.cc ('k') | ios/chrome/browser/application_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698