summaryrefslogtreecommitdiffstats
path: root/components/metrics
Commit message (Collapse)AuthorAgeFilesLines
* Adjust the structure of DEPS within //components.blundell@chromium.org2014-05-061-1/+0
| | | | | | | | | | | | | | As the majority of components are now shared by iOS, it no longer makes sense to have a blanket allowance of IPC and //content/public/common in //components. Instead, individual components should have to add these dependencies explicitly, lessening the chance that bad dependencies creep in (e.g., a //content/public/common dependency in code that iOS shares). TBR=darin Review URL: https://codereview.chromium.org/266923008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268513 0039d316-1c4b-4281-b951-d872f2087c98
* Move part of metrics from chrome/common to componentsbsimonnet@chromium.org2014-05-0215-0/+2621
| | | | | | | | | | | | | | | | Chrome OS needs to have access to the metrics aggretion and serialization logic to build a metric sender service replacing chrome. Protobuf definitions are moved to components too. The code remaining will be extrated in components/metrics and components/variation during a refactoring later this year. BUG=chromium:360183 TEST=run unittests TBR=sky@chromium.org, benwells@chromium.org Review URL: https://codereview.chromium.org/239093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267709 0039d316-1c4b-4281-b951-d872f2087c98
* components: Add BUILD.gn file to metrics so we can build it with GN.tfarina@chromium.org2014-04-281-0/+14
| | | | | | | | | | | | | | | | | | | | | Debug: $ gn gen out/Debug_gn --args=is_debug=true $ ninja -C out/Debug_gn metrics Release: $ gn gen out/Release_gn --args=is_debug=false $ ninja -C out/Release_gn metrics BUG=None TEST=see above. R=brettw@chromium.org TBR=asvitkine@chromium.org Review URL: https://codereview.chromium.org/255413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266675 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of Randomized Aggregatable Privacy-Preserving Ordinal ↵holte@chromium.org2014-02-214-0/+95
Responses (RAPPORs). See the design doc at http://www.chromium.org/developers/design-documents/rappor BUG=328168 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/49753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252492 0039d316-1c4b-4281-b951-d872f2087c98