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

Unified Diff: components/BUILD.gn

Issue 2300323003: Adding performance tests for HQP that represent importance of optimising HistoryItemsForTerms method (Closed)
Patch Set: Review, round 4. Created 4 years, 1 month 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 | components/history/core/browser/history_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 8d69cf55449aceb90828c1cf539b741773023908..96dd788eb4da53b16747ba7c46ac7fba83df4d13 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -462,6 +462,7 @@ if (!is_ios) {
test("components_perftests") {
sources = [
+ "omnibox/browser/history_quick_provider_performance_unittest.cc",
"test/run_all_perftests.cc",
"visitedlink/test/visitedlink_perftest.cc",
]
@@ -471,6 +472,9 @@ if (!is_ios) {
deps = [
"//base",
+ "//components/history/core/test",
+ "//components/omnibox/browser",
+ "//components/omnibox/browser:test_support",
"//components/test:test_support",
"//components/visitedlink/browser",
"//testing/perf",
« no previous file with comments | « no previous file | components/history/core/browser/history_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698