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

Unified Diff: components/BUILD.gn

Issue 2300323003: Adding performance tests for HQP that represent importance of optimising HistoryItemsForTerms method (Closed)
Patch Set: Review, round 3. Created 4 years, 2 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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 198c46060746be569e7272088c27037f72ff1847..a45e8a5ba825eeefdeb26f224eaf6f4ece2b7466 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",

Powered by Google App Engine
This is Rietveld 408576698