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

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

Issue 1654833005: Componentizes shortcuts unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/browser/shortcuts_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/BUILD.gn
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
index a9382437579b3689a24355bd95ddcd2069b6eced..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",
]
}
@@ -201,7 +204,9 @@ source_set("unit_tests") {
"omnibox_popup_model_unittest.cc",
"omnibox_view_unittest.cc",
"scored_history_match_unittest.cc",
+ "shortcuts_backend_unittest.cc",
"shortcuts_database_unittest.cc",
+ "shortcuts_provider_unittest.cc",
"suggestion_answer_unittest.cc",
"zero_suggest_provider_unittest.cc",
]
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/browser/shortcuts_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698