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

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

Issue 1232343006: components: Fix 'gn check' errors for omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix link failure of components_unittests Created 5 years, 5 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/BUILD.gn ('k') | components/sessions/BUILD.gn » ('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 a801e7013ba1ff52081ca2f8db7f916855b67993..10461811835c9511109415aa406b9f66dc905e41 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -84,6 +84,7 @@ source_set("browser") {
":in_memory_url_index_cache_proto",
"//base",
"//base:i18n",
+ "//base:prefs",
"//components/bookmarks/browser",
"//components/keyed_service/core",
"//components/pref_registry",
@@ -91,6 +92,7 @@ source_set("browser") {
"//components/resources",
"//components/search",
"//components/search_engines",
+ "//components/sessions:shared",
"//components/strings",
"//components/url_fixer",
"//components/variations",
@@ -122,6 +124,8 @@ static_library("test_support") {
":browser",
"//base",
"//components/metrics/proto",
+ "//components/search_engines",
+ "//net",
"//testing/gmock",
]
}
@@ -144,7 +148,12 @@ source_set("unit_tests") {
deps = [
":browser",
":test_support",
+ "//base",
+ "//components/search",
+ "//components/search_engines",
+ "//components/variations",
"//testing/gmock",
"//testing/gtest",
+ "//url",
]
}
« no previous file with comments | « components/BUILD.gn ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698