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

Unified Diff: base/base.gyp

Issue 18337014: Add a HistogramRecorder class and use cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an empty line. Created 7 years, 5 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 | « no previous file | base/test/histogram_recorder.h » ('j') | base/test/histogram_recorder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 3e4f9964bc75aa1a3b366bf4281c1ea61dd32d99..24b47e541d343cf5c5ea9ac1cd7d24be85a04827 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -864,6 +864,8 @@
'test/expectations/expectation.h',
'test/expectations/parser.cc',
'test/expectations/parser.h',
+ 'test/histogram_recorder.cc',
+ 'test/histogram_recorder.h',
'test/mock_chrome_application_mac.h',
'test/mock_chrome_application_mac.mm',
'test/mock_devices_changed_observer.cc',
« no previous file with comments | « no previous file | base/test/histogram_recorder.h » ('j') | base/test/histogram_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698