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
6 static_library("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",
31 "//components/metrics",
32 "//components/rappor/proto",
33 "//components/variations",
36 "//third_party/smhasher:cityhash",
40 # GYP version: components/rappor.gypi:rappor_test_support
41 static_library("test_support") {
44 "test_log_uploader.cc",
45 "test_log_uploader.h",
46 "test_rappor_service.cc",
47 "test_rappor_service.h",
52 "//components/rappor/proto",
56 source_set("unit_tests") {
59 "bloom_filter_unittest.cc",
60 "byte_vector_utils_unittest.cc",
61 "log_uploader_unittest.cc",
62 "rappor_metric_unittest.cc",
63 "rappor_prefs_unittest.cc",
64 "rappor_service_unittest.cc",
65 "rappor_utils_unittest.cc",
70 "//base/test:test_support",
71 "//components/rappor/proto",