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

Side by Side Diff: content/browser/BUILD.gn

Issue 2877673003: Expose UkmService to content/ (Closed)
Patch Set: Extract repoting of input metric into another CL Created 3 years, 7 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//components/filesystem:lib", 49 "//components/filesystem:lib",
50 "//components/leveldb:lib", 50 "//components/leveldb:lib",
51 "//components/link_header_util", 51 "//components/link_header_util",
52 "//components/metrics", 52 "//components/metrics",
53 "//components/metrics:single_sample_metrics", 53 "//components/metrics:single_sample_metrics",
54 "//components/mime_util", 54 "//components/mime_util",
55 "//components/payments/mojom:mojom_payment_app", 55 "//components/payments/mojom:mojom_payment_app",
56 "//components/rappor", 56 "//components/rappor",
57 "//components/tracing", 57 "//components/tracing",
58 "//components/tracing:startup_tracing", 58 "//components/tracing:startup_tracing",
59 "//components/ukm",
59 "//components/url_formatter", 60 "//components/url_formatter",
60 "//components/variations", 61 "//components/variations",
61 "//components/viz/frame_sinks", 62 "//components/viz/frame_sinks",
62 "//content:resources", 63 "//content:resources",
63 "//content/app/resources", 64 "//content/app/resources",
64 "//content/app/strings", 65 "//content/app/strings",
65 "//content/browser/background_sync:background_sync_proto", 66 "//content/browser/background_sync:background_sync_proto",
66 "//content/browser/cache_storage:cache_storage_proto", 67 "//content/browser/cache_storage:cache_storage_proto",
67 "//content/browser/devtools:devtools_resources", 68 "//content/browser/devtools:devtools_resources",
68 "//content/browser/devtools:protocol_sources", 69 "//content/browser/devtools:protocol_sources",
(...skipping 2082 matching lines...) Expand 10 before | Expand all | Expand 10 after
2151 if (!is_component_build) { 2152 if (!is_component_build) {
2152 public_deps = [ 2153 public_deps = [
2153 ":browser", 2154 ":browser",
2154 ] 2155 ]
2155 } else { 2156 } else {
2156 public_deps = [ 2157 public_deps = [
2157 "//third_party/leveldatabase", 2158 "//third_party/leveldatabase",
2158 ] 2159 ]
2159 } 2160 }
2160 } 2161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698