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