Commit 03080906 authored by hashimoto's avatar hashimoto Committed by Commit bot

Let omnibox Depend on variations_http_provider instead of variations

Depend on the correct target

BUG=388515

Review URL: https://codereview.chromium.org/514603002

Cr-Commit-Position: refs/heads/master@{#292316}
parent 66d1d784
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
'../net/net.gyp:net', '../net/net.gyp:net',
'../ui/base/ui_base.gyp:ui_base', '../ui/base/ui_base.gyp:ui_base',
'../url/url.gyp:url_lib', '../url/url.gyp:url_lib',
'search',
'search_engines',
'variations',
'component_metrics_proto', 'component_metrics_proto',
'components_resources.gyp:components_resources', 'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings', 'components_strings.gyp:components_strings',
'search',
'search_engines',
'url_fixer', 'url_fixer',
'variations_http_provider',
], ],
'include_dirs': [ 'include_dirs': [
'..', '..',
......
...@@ -42,6 +42,7 @@ static_library("omnibox") { ...@@ -42,6 +42,7 @@ static_library("omnibox") {
"//components/search_engines", "//components/search_engines",
"//components/strings", "//components/strings",
"//components/url_fixer", "//components/url_fixer",
"//components/variations",
"//net", "//net",
"//ui/base", "//ui/base",
"//url", "//url",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment