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

Unified Diff: components/rappor.gypi

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: Comments and cleanup 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
Index: components/rappor.gypi
diff --git a/components/rappor.gypi b/components/rappor.gypi
index 3fed81094119c2fefcdb8d18e464f553697dc72e..84849deedfea2aa767566f0fa7ff4fec8e2480d2 100644
--- a/components/rappor.gypi
+++ b/components/rappor.gypi
@@ -29,6 +29,10 @@
'rappor/log_uploader.h',
'rappor/log_uploader_interface.h',
'rappor/proto/rappor_metric.proto',
+ 'rappor/rappor_message_filter.cc',
+ 'rappor/rappor_message_filter.h',
+ 'rappor/rappor_messages.cc',
+ 'rappor/rappor_messages.h',
'rappor/rappor_metric.cc',
'rappor/rappor_metric.h',
'rappor/rappor_parameters.cc',

Powered by Google App Engine
This is Rietveld 408576698