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

Unified Diff: components/search/BUILD.gn

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 years, 4 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/search.gypi ('k') | components/search/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search/BUILD.gn
diff --git a/components/search/BUILD.gn b/components/search/BUILD.gn
index a895701d1688da6947573ebf0edb7ba7ef747e90..21c49c4dcc4f1882a238f1dc7a4f4f59709593b2 100644
--- a/components/search/BUILD.gn
+++ b/components/search/BUILD.gn
@@ -12,5 +12,8 @@ static_library("search") {
deps = [
"//base",
+ "//components/google/core/browser",
+ "//components/search_engines",
+ "//url",
]
}
« no previous file with comments | « components/search.gypi ('k') | components/search/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698