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

Side by Side Diff: components/invalidation/impl/BUILD.gn

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Fix calling Init function in sync_client.cc 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",
71 "//components/gcm_driver", 72 "//components/gcm_driver",
72 "//components/keyed_service/core", 73 "//components/keyed_service/core",
73 "//components/pref_registry", 74 "//components/pref_registry",
74 "//components/signin/core/browser", 75 "//components/signin/core/browser",
75 "//google_apis", 76 "//google_apis",
76 "//jingle:notifier", 77 "//jingle:notifier",
77 "//net:net", 78 "//net:net",
78 79
79 # TODO(sync): Remove this (http://crbug.com/133352); 80 # TODO(sync): Remove this (http://crbug.com/133352);
80 "//third_party/protobuf:protobuf_lite", 81 "//third_party/protobuf:protobuf_lite",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "//base:base_java_test_support", 217 "//base:base_java_test_support",
217 ] 218 ]
218 } 219 }
219 generate_jni("jni_headers") { 220 generate_jni("jni_headers") {
220 sources = [ 221 sources = [
221 "android/java/src/org/chromium/components/invalidation/InvalidationService .java", 222 "android/java/src/org/chromium/components/invalidation/InvalidationService .java",
222 ] 223 ]
223 jni_package = "components/invalidation" 224 jni_package = "components/invalidation"
224 } 225 }
225 } 226 }
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