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

Side by Side Diff: components/google/core/browser/BUILD.gn

Issue 1339943003: Revert "Report data usage UMA for Chrome services" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/google.gypi ('k') | components/google/core/browser/DEPS » ('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 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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "google_pref_names.cc", 7 "google_pref_names.cc",
8 "google_pref_names.h", 8 "google_pref_names.h",
9 "google_search_metrics.cc", 9 "google_search_metrics.cc",
10 "google_search_metrics.h", 10 "google_search_metrics.h",
11 "google_switches.cc", 11 "google_switches.cc",
12 "google_switches.h", 12 "google_switches.h",
13 "google_url_tracker.cc", 13 "google_url_tracker.cc",
14 "google_url_tracker.h", 14 "google_url_tracker.h",
15 "google_url_tracker_client.cc", 15 "google_url_tracker_client.cc",
16 "google_url_tracker_client.h", 16 "google_url_tracker_client.h",
17 "google_util.cc", 17 "google_util.cc",
18 "google_util.h", 18 "google_util.h",
19 ] 19 ]
20 20
21 deps = [ 21 deps = [
22 "//base", 22 "//base",
23 "//base:prefs", 23 "//base:prefs",
24 "//components/data_use_measurement/core",
25 "//components/keyed_service/core", 24 "//components/keyed_service/core",
26 "//components/pref_registry", 25 "//components/pref_registry",
27 "//components/strings", 26 "//components/strings",
28 "//components/url_formatter", 27 "//components/url_formatter",
29 "//net", 28 "//net",
30 "//url", 29 "//url",
31 ] 30 ]
32 } 31 }
33 32
34 source_set("unit_tests") { 33 source_set("unit_tests") {
35 testonly = true 34 testonly = true
36 35
37 sources = [ 36 sources = [
38 "google_url_tracker_unittest.cc", 37 "google_url_tracker_unittest.cc",
39 "google_util_unittest.cc", 38 "google_util_unittest.cc",
40 ] 39 ]
41 40
42 deps = [ 41 deps = [
43 ":browser", 42 ":browser",
44 "//base", 43 "//base",
45 "//base:prefs", 44 "//base:prefs",
46 "//base:prefs_test_support", 45 "//base:prefs_test_support",
47 "//net:test_support", 46 "//net:test_support",
48 "//testing/gtest", 47 "//testing/gtest",
49 ] 48 ]
50 } 49 }
OLDNEW
« no previous file with comments | « components/google.gypi ('k') | components/google/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698