| Index: components/rappor/BUILD.gn
|
| diff --git a/components/rappor/BUILD.gn b/components/rappor/BUILD.gn
|
| index 8bad34763dfdb8954a7c35a0060c0ebc48cc2953..416d69cdabf2b221f6fe0ef7792f18f858437ed1 100644
|
| --- a/components/rappor/BUILD.gn
|
| +++ b/components/rappor/BUILD.gn
|
| @@ -24,6 +24,12 @@ static_library("rappor") {
|
| "rappor_service.h",
|
| "rappor_utils.cc",
|
| "rappor_utils.h",
|
| + "reports.cc",
|
| + "reports.h",
|
| + "sample.cc",
|
| + "sample.h",
|
| + "sampler.cc",
|
| + "sampler.h",
|
| ]
|
|
|
| deps = [
|
| @@ -63,6 +69,7 @@ source_set("unit_tests") {
|
| "rappor_prefs_unittest.cc",
|
| "rappor_service_unittest.cc",
|
| "rappor_utils_unittest.cc",
|
| + "sampler_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|