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

Unified Diff: components/omnibox/browser/BUILD.gn

Issue 1655933004: Refactor to share code between shortcuts tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcuts
Patch Set: Created 4 years, 11 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/omnibox/browser/BUILD.gn
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
index 68e2b0991919bf4baf8ea52e6e54c7855db042d6..b415a03acb506a7a462f082c99cf07339972ea9d 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -165,6 +165,8 @@ static_library("test_support") {
"in_memory_url_index_test_util.h",
"mock_autocomplete_provider_client.cc",
"mock_autocomplete_provider_client.h",
+ "shortcuts_provider_test_util.cc",
+ "shortcuts_provider_test_util.h",
"test_scheme_classifier.cc",
"test_scheme_classifier.h",
]
@@ -177,6 +179,7 @@ static_library("test_support") {
"//components/search_engines",
"//net",
"//testing/gmock",
+ "//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698