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
3 # found in the LICENSE file.
5 # GYP version: components/rappor.gypi:rappor
10 "byte_vector_utils.cc",
11 "byte_vector_utils.h",
14 "log_uploader_interface.h",
17 "rappor_parameters.cc",
18 "rappor_parameters.h",
19 "rappor_pref_names.cc",
20 "rappor_pref_names.h",
37 "//components/data_use_measurement/core",
38 "//components/metrics",
39 "//components/rappor/proto",
40 "//components/variations",
43 "//third_party/smhasher:cityhash",
47 # GYP version: components/rappor.gypi:rappor_test_support
48 static_library("test_support") {
51 "test_log_uploader.cc",
52 "test_log_uploader.h",
53 "test_rappor_service.cc",
54 "test_rappor_service.h",
59 "//components/rappor/proto",
63 source_set("unit_tests") {
66 "bloom_filter_unittest.cc",
67 "byte_vector_utils_unittest.cc",
68 "log_uploader_unittest.cc",
69 "rappor_metric_unittest.cc",
70 "rappor_prefs_unittest.cc",
71 "rappor_service_unittest.cc",
72 "rappor_utils_unittest.cc",
73 "sampler_unittest.cc",
78 "//base/test:test_support",
79 "//components/rappor/proto",