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

Unified Diff: testing/perf/perf_test.gyp

Issue 2300323003: Adding performance tests for HQP that represent importance of optimising HistoryItemsForTerms method (Closed)
Patch Set: Created 4 years, 3 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
Index: testing/perf/perf_test.gyp
diff --git a/testing/perf/perf_test.gyp b/testing/perf/perf_test.gyp
index 2065270c11079b690f43a3cf2c38ce5f81116af0..aa3f47b7fa686f05dd6a000e9c90b1b0f2bcf0f4 100644
--- a/testing/perf/perf_test.gyp
+++ b/testing/perf/perf_test.gyp
@@ -9,6 +9,8 @@
'type': 'static_library',
'sources': [
'perf_test.cc',
+ 'scoped_histogram_result_printer.cc',
+ 'scoped_histogram_result_printer.h',
],
'dependencies': [
'../../base/base.gyp:base',

Powered by Google App Engine
This is Rietveld 408576698