diff options
author | mathp <mathp@chromium.org> | 2015-03-11 06:06:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-11 13:07:08 +0000 |
commit | 46284f3294c34b33c7539bcdf22e756ebfe17117 (patch) | |
tree | 7dba77a0219a6d078d99d15d7afb6a036cc57d2d /components/rappor.gypi | |
parent | 16bbafc59144aa9d96661246cdf8afc57e3bafe1 (diff) | |
download | chromium_src-46284f3294c34b33c7539bcdf22e756ebfe17117.zip chromium_src-46284f3294c34b33c7539bcdf22e756ebfe17117.tar.gz chromium_src-46284f3294c34b33c7539bcdf22e756ebfe17117.tar.bz2 |
[Rappor] Move a sampling utils function in the Rappor component
In preparation for some components/ code using it.
BUG=465793
TEST=Rappor* in components_unittests
Review URL: https://codereview.chromium.org/987403002
Cr-Commit-Position: refs/heads/master@{#320076}
Diffstat (limited to 'components/rappor.gypi')
-rw-r--r-- | components/rappor.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/rappor.gypi b/components/rappor.gypi index d5cde41..3fed810 100644 --- a/components/rappor.gypi +++ b/components/rappor.gypi @@ -39,6 +39,8 @@ 'rappor/rappor_prefs.h', 'rappor/rappor_service.cc', 'rappor/rappor_service.h', + 'rappor/rappor_utils.cc', + 'rappor/rappor_utils.h', ], 'variables': { 'proto_in_dir': 'rappor/proto', |