Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: components/rappor/BUILD.gn

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix an Android compile error Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698