| Index: components/rappor/BUILD.gn
|
| diff --git a/components/rappor/BUILD.gn b/components/rappor/BUILD.gn
|
| index be595ad2c3b92d24cc8ac506866602b4d85d1329..d4868721c13f82ac870903f1cc926e6634648812 100644
|
| --- a/components/rappor/BUILD.gn
|
| +++ b/components/rappor/BUILD.gn
|
| @@ -14,7 +14,6 @@ static_library("rappor") {
|
| "rappor_metric.cc",
|
| "rappor_metric.h",
|
| "rappor_parameters.cc",
|
| - "rappor_parameters.h",
|
| "rappor_pref_names.cc",
|
| "rappor_pref_names.h",
|
| "rappor_prefs.cc",
|
| @@ -22,17 +21,16 @@ static_library("rappor") {
|
| "rappor_service.cc",
|
| "rappor_service.h",
|
| "rappor_utils.cc",
|
| - "rappor_utils.h",
|
| "reports.cc",
|
| "reports.h",
|
| "sample.cc",
|
| - "sample.h",
|
| "sampler.cc",
|
| "sampler.h",
|
| ]
|
|
|
| public_deps = [
|
| "//components/rappor/proto",
|
| + "//components/rappor/public",
|
| ]
|
|
|
| deps = [
|
|
|