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

Unified Diff: testing/perf/BUILD.gn

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/BUILD.gn
diff --git a/testing/perf/BUILD.gn b/testing/perf/BUILD.gn
index 949f15abf1e2013cabe7915218a8b2e9c97f66e8..53b32c8016fd8470789781bd6f295d35bf3515f4 100644
--- a/testing/perf/BUILD.gn
+++ b/testing/perf/BUILD.gn
@@ -7,8 +7,11 @@ source_set("perf") {
sources = [
"perf_test.cc",
"perf_test.h",
+ "scoped_histogram_result_printer.cc",
+ "scoped_histogram_result_printer.h",
]
deps = [
"//base",
+ "//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698