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

Unified Diff: components/BUILD.gn

Issue 2300323003: Adding performance tests for HQP that represent importance of optimising HistoryItemsForTerms method (Closed)
Patch Set: Rebasing on prepared components perftests. 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",
Peter Kasting 2016/10/24 22:28:28 Nit: For cleanliness, it may make sense to have th
dyaroshev 2016/10/25 18:11:34 I looked at cc_perftests (https://cs.chromium.org/
Peter Kasting 2016/10/25 18:27:56 Right, but cc/ is more of a true monolithic thing,
dyaroshev 2016/10/25 23:06:46 @brettw can you please take a look?
dyaroshev 2016/10/26 22:29:12 Seems like this is the last issue if not counting
brettw 2016/10/27 00:11:53 This could go either way. If we're going to add a
"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') | components/omnibox/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698