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

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

Issue 2718253002: Remove Safebrowsing Rappor support (Closed)
Patch Set: Remove sb include Created 3 years, 9 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
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")
6
5 static_library("rappor") { 7 static_library("rappor") {
6 sources = [ 8 sources = [
7 "bloom_filter.cc", 9 "bloom_filter.cc",
8 "bloom_filter.h", 10 "bloom_filter.h",
9 "byte_vector_utils.cc", 11 "byte_vector_utils.cc",
10 "byte_vector_utils.h", 12 "byte_vector_utils.h",
11 "log_uploader.cc", 13 "log_uploader.cc",
12 "log_uploader.h", 14 "log_uploader.h",
13 "log_uploader_interface.h", 15 "log_uploader_interface.h",
14 "rappor_metric.cc", 16 "rappor_metric.cc",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 ":test_support", 101 ":test_support",
100 "//base", 102 "//base",
101 "//base/test:test_support", 103 "//base/test:test_support",
102 "//components/metrics", 104 "//components/metrics",
103 "//components/prefs:test_support", 105 "//components/prefs:test_support",
104 "//net:test_support", 106 "//net:test_support",
105 "//testing/gtest", 107 "//testing/gtest",
106 "//url", 108 "//url",
107 ] 109 ]
108 } 110 }
111
112 # Convenience testing target
113 test("rappor_unittests") {
114 sources = [
115 "//components/test/run_all_unittests.cc",
116 ]
117 deps = [
118 ":unit_tests",
119 "//components/test:test_support",
120 ]
121 }
OLDNEW
« no previous file with comments | « components/metrics_services_manager/metrics_services_manager_client.h ('k') | components/rappor/public/rappor_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698