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",
16 "rappor_parameters.cc",
17 "rappor_parameters.h",
18 "rappor_pref_names.cc",
19 "rappor_pref_names.h",
26 "//components/metrics",
27 "//components/rappor/proto",
28 "//components/variations",
31 "//third_party/smhasher:cityhash",
35 # GYP version: components/rappor.gypi:rappor_test_support
36 static_library("test_support") {
39 "test_rappor_service.cc",
40 "test_rappor_service.h",
45 "//components/rappor/proto",
49 source_set("unit_tests") {
52 "bloom_filter_unittest.cc",
53 "byte_vector_utils_unittest.cc",
54 "log_uploader_unittest.cc",
55 "rappor_metric_unittest.cc",
56 "rappor_service_unittest.cc",
61 "//base/test:test_support",
62 "//components/rappor/proto",