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

Side by Side Diff: components/invalidation/impl/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/invalidation.gypi ('k') | components/invalidation/impl/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 if (is_android) { 4 if (is_android) {
5 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 } 6 }
7 7
8 source_set("impl") { 8 source_set("impl") {
9 sources = [ 9 sources = [
10 "invalidation_logger.cc", 10 "invalidation_logger.cc",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "ticl_settings_provider.h", 61 "ticl_settings_provider.h",
62 ] 62 ]
63 } 63 }
64 public_deps = [ 64 public_deps = [
65 "//components/invalidation/public", 65 "//components/invalidation/public",
66 ] 66 ]
67 deps = [ 67 deps = [
68 "//base", 68 "//base",
69 "//base:i18n", 69 "//base:i18n",
70 "//base:prefs", 70 "//base:prefs",
71 "//components/data_use_measurement/core",
72 "//components/gcm_driver", 71 "//components/gcm_driver",
73 "//components/keyed_service/core", 72 "//components/keyed_service/core",
74 "//components/pref_registry", 73 "//components/pref_registry",
75 "//components/signin/core/browser", 74 "//components/signin/core/browser",
76 "//google_apis", 75 "//google_apis",
77 "//jingle:notifier", 76 "//jingle:notifier",
78 "//net:net", 77 "//net:net",
79 78
80 # TODO(sync): Remove this (http://crbug.com/133352); 79 # TODO(sync): Remove this (http://crbug.com/133352);
81 "//third_party/protobuf:protobuf_lite", 80 "//third_party/protobuf:protobuf_lite",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "//base:base_java_test_support", 216 "//base:base_java_test_support",
218 ] 217 ]
219 } 218 }
220 generate_jni("jni_headers") { 219 generate_jni("jni_headers") {
221 sources = [ 220 sources = [
222 "android/java/src/org/chromium/components/invalidation/InvalidationService .java", 221 "android/java/src/org/chromium/components/invalidation/InvalidationService .java",
223 ] 222 ]
224 jni_package = "components/invalidation" 223 jni_package = "components/invalidation"
225 } 224 }
226 } 225 }
OLDNEW
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/impl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698