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

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: 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | components/rappor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor.gypi
diff --git a/components/rappor.gypi b/components/rappor.gypi
index 3fed81094119c2fefcdb8d18e464f553697dc72e..e387b32bff8c34cf100b80338eac6076f5958238 100644
--- a/components/rappor.gypi
+++ b/components/rappor.gypi
@@ -29,6 +29,8 @@
'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_metric.cc',
'rappor/rappor_metric.h',
'rappor/rappor_parameters.cc',
@@ -48,6 +50,7 @@
},
'includes': [ '../build/protoc.gypi' ],
},
+
{
# GN version: //components/rappor:test_support
'target_name': 'rappor_test_support',
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | components/rappor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698