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

Unified Diff: components/search_engines/BUILD.gn

Issue 420113003: components: Fix a couple of the TODO(GYP) todos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 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/policy/core/browser/BUILD.gn ('k') | third_party/fips181/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index e8cd405d8fa3a84c7f7d57657f83c46062b9e844..ce921e4891aa415615b8a99542dca2560834a030 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -44,6 +44,7 @@ static_library("search_engines") {
deps = [
":prepopulated_engines",
"//base",
+ "//components/google/core/browser",
"//components/keyed_service/core",
"//components/metrics/proto",
"//components/pref_registry",
@@ -58,7 +59,6 @@ static_library("search_engines") {
"//third_party/libxml",
"//ui/gfx",
"//url",
- #'google_core_browser', TODO(GYP)
]
if (enable_configuration_policy) {
« no previous file with comments | « components/policy/core/browser/BUILD.gn ('k') | third_party/fips181/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698