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

Unified Diff: components/search.gypi

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/omnibox/browser/search_provider.cc ('k') | components/search/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search.gypi
diff --git a/components/search.gypi b/components/search.gypi
index 8cb0fe71e0ccc4c3ede8817c284faf90d5d4e623..5c79aa708e3ce0db25a1bfc4cc51ad6d44a04216 100644
--- a/components/search.gypi
+++ b/components/search.gypi
@@ -8,7 +8,10 @@
'target_name': 'search',
'type': 'static_library',
'dependencies': [
- '../base/base.gyp:base'
+ '../base/base.gyp:base',
+ '../url/url.gyp:url_lib',
+ 'google_core_browser',
+ 'search_engines',
],
'include_dirs': [
'..',
« no previous file with comments | « components/omnibox/browser/search_provider.cc ('k') | components/search/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698