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

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

Issue 1610283002: Componentizes history_url_provider_unittest.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review. 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/components_tests.gyp ('k') | components/omnibox/browser/DEPS » ('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 f84c013d9827187c40f424308779bc4b2a698ead..9c5700c3416c9f4c33c32ee89e4cbc11c6a7bd90 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -186,6 +186,7 @@ source_set("unit_tests") {
"base_search_provider_unittest.cc",
"bookmark_provider_unittest.cc",
"clipboard_url_provider_unittest.cc",
+ "history_url_provider_unittest.cc",
"in_memory_url_index_types_unittest.cc",
"keyword_provider_unittest.cc",
"omnibox_field_trial_unittest.cc",
@@ -205,9 +206,11 @@ source_set("unit_tests") {
"//base:prefs_test_support",
"//components/bookmarks/browser",
"//components/bookmarks/test",
+ "//components/history/core/test",
"//components/open_from_clipboard:test_support",
"//components/search",
"//components/search_engines",
+ "//components/url_formatter",
"//components/variations",
"//net:test_support",
"//sql",
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698