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

Unified Diff: components/rappor/BUILD.gn

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « components/rappor.gypi ('k') | components/rappor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/BUILD.gn
diff --git a/components/rappor/BUILD.gn b/components/rappor/BUILD.gn
index 8bad34763dfdb8954a7c35a0060c0ebc48cc2953..598cf839c13cb66d67cdcfece5f45908baf25829 100644
--- a/components/rappor/BUILD.gn
+++ b/components/rappor/BUILD.gn
@@ -12,6 +12,8 @@ static_library("rappor") {
"log_uploader.cc",
"log_uploader.h",
"log_uploader_interface.h",
+ "rappor_message_filter.cc",
+ "rappor_message_filter.h",
"rappor_metric.cc",
"rappor_metric.h",
"rappor_parameters.cc",
« no previous file with comments | « components/rappor.gypi ('k') | components/rappor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698