Commit ec532179 authored by davemoore's avatar davemoore Committed by Commit bot

Remove unnecessary deps on base_static in mojo

BUG=

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

Cr-Commit-Position: refs/heads/master@{#297296}
parent b4c0e5d0
......@@ -121,7 +121,6 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_static',
'../net/net.gyp:http_server',
'../url/url.gyp:url_lib',
'mojo_application_manager',
......@@ -233,7 +232,6 @@
'target_name': 'mojo_shell_test_support',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base_static',
'mojo_base.gyp:mojo_system_impl',
'mojo_shell_lib',
],
......@@ -545,7 +543,6 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:base_static',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
......
......@@ -173,7 +173,6 @@ source_set("test_support") {
deps = [
":lib",
"//base:base_static",
"//mojo/system",
]
}
......
......@@ -8,7 +8,6 @@ source_set("spy") {
deps = [
":spy_bindings",
"//base",
"//base:base_static",
"//net:http_server",
"//url",
"//mojo/application_manager",
......
......@@ -48,7 +48,6 @@ component("views_internal") {
deps = [
"//base",
"//base:i18n",
"//base:base_static",
"//base/third_party/dynamic_annotations",
"//skia",
"//third_party/icu",
......
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