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

Side by Side Diff: components/domain_reliability/BUILD.gn

Issue 2538313002: Fix data usage tracking for domain reliability service (Closed)
Patch Set: Rebased Created 4 years 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
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 action("bake_in_configs") { 5 action("bake_in_configs") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 script = "bake_in_configs.py" 7 script = "bake_in_configs.py"
8 8
9 inputs = [ 9 inputs = [
10 "baked_in_configs/c_android_clients_google_com.json", 10 "baked_in_configs/c_android_clients_google_com.json",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "util.cc", 74 "util.cc",
75 "util.h", 75 "util.h",
76 ] 76 ]
77 sources += get_target_outputs(":bake_in_configs") 77 sources += get_target_outputs(":bake_in_configs")
78 78
79 defines = [ "DOMAIN_RELIABILITY_IMPLEMENTATION" ] 79 defines = [ "DOMAIN_RELIABILITY_IMPLEMENTATION" ]
80 80
81 deps = [ 81 deps = [
82 ":bake_in_configs", 82 ":bake_in_configs",
83 "//base", 83 "//base",
84 "//components/data_use_measurement/core",
85 "//components/keyed_service/core", 84 "//components/keyed_service/core",
86 "//content/public/common", 85 "//content/public/common",
87 "//net", 86 "//net",
88 "//url", 87 "//url",
89 ] 88 ]
90 } 89 }
91 90
92 source_set("unit_tests") { 91 source_set("unit_tests") {
93 testonly = true 92 testonly = true
94 sources = [ 93 sources = [
(...skipping 13 matching lines...) Expand all
108 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 107 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
109 108
110 deps = [ 109 deps = [
111 ":domain_reliability", 110 ":domain_reliability",
112 "//base", 111 "//base",
113 "//base/test:test_support", 112 "//base/test:test_support",
114 "//net:test_support", 113 "//net:test_support",
115 "//testing/gtest", 114 "//testing/gtest",
116 ] 115 ]
117 } 116 }
OLDNEW
« no previous file with comments | « components/data_use_measurement/core/data_use_measurement.cc ('k') | components/domain_reliability/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698