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

Unified Diff: components/rappor.gypi

Issue 1090683003: Alternative Multi-dimensional Rappor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use 64-bit shift Created 5 years, 8 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/components_tests.gyp ('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..88c77f0c5e06937390cc07222bef1f39137c8bce 100644
--- a/components/rappor.gypi
+++ b/components/rappor.gypi
@@ -41,6 +41,12 @@
'rappor/rappor_service.h',
'rappor/rappor_utils.cc',
'rappor/rappor_utils.h',
+ 'rappor/reports.cc',
+ 'rappor/reports.h',
+ 'rappor/sample.cc',
+ 'rappor/sample.h',
+ 'rappor/sampler.cc',
+ 'rappor/sampler.h',
],
'variables': {
'proto_in_dir': 'rappor/proto',
« no previous file with comments | « components/components_tests.gyp ('k') | components/rappor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698