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

Side by Side Diff: google_apis/gcm/BUILD.gn

Issue 2486423002: Add data usage tracking for GAIA auth api and GCM engine service (Closed)
Patch Set: Fixed DEPS Created 4 years, 1 month 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 | « google_apis/gaia/oauth2_access_token_fetcher_impl.cc ('k') | google_apis/gcm/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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 component("gcm") { 8 component("gcm") {
9 sources = [ 9 sources = [
10 "base/gcm_util.cc", 10 "base/gcm_util.cc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 defines = [ "GCM_IMPLEMENTATION" ] 57 defines = [ "GCM_IMPLEMENTATION" ]
58 58
59 configs += [ "//build/config/compiler:wexit_time_destructors" ] 59 configs += [ "//build/config/compiler:wexit_time_destructors" ]
60 60
61 public_deps = [ 61 public_deps = [
62 ":proto", 62 ":proto",
63 ] 63 ]
64 deps = [ 64 deps = [
65 "//base", 65 "//base",
66 "//base/third_party/dynamic_annotations", 66 "//base/third_party/dynamic_annotations",
67 "//components/data_use_measurement/core",
67 "//net", 68 "//net",
68 "//third_party/leveldatabase", 69 "//third_party/leveldatabase",
69 "//url", 70 "//url",
70 ] 71 ]
71 } 72 }
72 73
73 proto_library("proto") { 74 proto_library("proto") {
74 # This is part of the gcm component. 75 # This is part of the gcm component.
75 visibility = [ ":gcm" ] 76 visibility = [ ":gcm" ]
76 sources = [ 77 sources = [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ":gcm", 153 ":gcm",
153 ":test_support", 154 ":test_support",
154 "//base", 155 "//base",
155 "//base/test:run_all_unittests", 156 "//base/test:run_all_unittests",
156 "//net", 157 "//net",
157 "//net:test_support", 158 "//net:test_support",
158 "//testing/gtest", 159 "//testing/gtest",
159 "//third_party/protobuf:protobuf_lite", 160 "//third_party/protobuf:protobuf_lite",
160 ] 161 ]
161 } 162 }
OLDNEW
« no previous file with comments | « google_apis/gaia/oauth2_access_token_fetcher_impl.cc ('k') | google_apis/gcm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698