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

Side by Side Diff: components/ukm/BUILD.gn

Issue 2722983006: Add UKM initial_url and session_id fields. (Closed)
Patch Set: fix android build take 2 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/metrics/proto/ukm/source.proto ('k') | components/ukm/test_ukm_service.cc » ('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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # The Url-Keyed Metrics (UKM) service is responsible for gathering and 7 # The Url-Keyed Metrics (UKM) service is responsible for gathering and
8 # uploading reports that contain fine grained performance metrics including 8 # uploading reports that contain fine grained performance metrics including
9 # URLs for top-level navigations. 9 # URLs for top-level navigations.
10 static_library("ukm") { 10 static_library("ukm") {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 deps = [ 78 deps = [
79 ":observers", 79 ":observers",
80 ":test_support", 80 ":test_support",
81 ":ukm", 81 ":ukm",
82 "//base", 82 "//base",
83 "//base/test:test_support", 83 "//base/test:test_support",
84 "//components/metrics", 84 "//components/metrics",
85 "//components/metrics:test_support", 85 "//components/metrics:test_support",
86 "//components/prefs:test_support", 86 "//components/prefs:test_support",
87 "//components/sync:test_support_driver", 87 "//components/sync:test_support_driver",
88 "//components/variations",
88 "//net:test_support", 89 "//net:test_support",
89 "//testing/gtest", 90 "//testing/gtest",
90 "//third_party/zlib:compression_utils", 91 "//third_party/zlib:compression_utils",
91 "//url", 92 "//url",
92 ] 93 ]
93 } 94 }
94 95
95 # Convenience testing target 96 # Convenience testing target
96 test("ukm_unittests") { 97 test("ukm_unittests") {
97 deps = [ 98 deps = [
98 ":unit_tests", 99 ":unit_tests",
99 "//base", 100 "//base",
100 "//base/test:run_all_unittests", 101 "//base/test:run_all_unittests",
101 "//base/test:test_support", 102 "//base/test:test_support",
102 ] 103 ]
103 } 104 }
OLDNEW
« no previous file with comments | « components/metrics/proto/ukm/source.proto ('k') | components/ukm/test_ukm_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698