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

Unified Diff: components/rappor/BUILD.gn

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files 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..66b87449b248d65e01e38e10805ca630c563b78f 100644
--- a/components/rappor/BUILD.gn
+++ b/components/rappor/BUILD.gn
@@ -14,25 +14,23 @@ 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",
"rappor_prefs.h",
- "rappor_service.cc",
- "rappor_service.h",
+ "rappor_service_impl.cc",
+ "rappor_service_impl.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