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

Side by Side Diff: components/policy/core/common/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/omnibox/browser/zero_suggest_provider.cc ('k') | components/policy/core/common/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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 source_set("common") { 7 source_set("common") {
8 visibility = [ "//components/policy/*" ] 8 visibility = [ "//components/policy/*" ]
9 9
10 defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ] 10 defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ]
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ] 127 ]
128 128
129 configs += [ "//build/config:precompiled_headers" ] 129 configs += [ "//build/config:precompiled_headers" ]
130 130
131 public_deps = [ 131 public_deps = [
132 "//components/policy/proto", 132 "//components/policy/proto",
133 ] 133 ]
134 deps = [ 134 deps = [
135 "//base:prefs", 135 "//base:prefs",
136 "//base/third_party/dynamic_annotations", 136 "//base/third_party/dynamic_annotations",
137 "//components/data_use_measurement/core",
138 "//components/json_schema", 137 "//components/json_schema",
139 "//components/policy", 138 "//components/policy",
140 "//google_apis", 139 "//google_apis",
141 "//net", 140 "//net",
142 "//third_party/re2", 141 "//third_party/re2",
143 "//url", 142 "//url",
144 ] 143 ]
145 144
146 if (is_win) { 145 if (is_win) {
147 libs = [ "netapi32.lib" ] 146 libs = [ "netapi32.lib" ]
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "cloud/user_cloud_policy_store_unittest.cc", 258 "cloud/user_cloud_policy_store_unittest.cc",
260 ] 259 ]
261 } 260 }
262 261
263 deps = [ 262 deps = [
264 "//components/policy:policy_component_test_support", 263 "//components/policy:policy_component_test_support",
265 "//testing/gmock", 264 "//testing/gmock",
266 "//testing/gtest", 265 "//testing/gtest",
267 ] 266 ]
268 } 267 }
OLDNEW
« no previous file with comments | « components/omnibox/browser/zero_suggest_provider.cc ('k') | components/policy/core/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698