Commit d12c4d7b authored by amistry's avatar amistry Committed by Commit bot

Remove all mojo and IPC dependencies on dynamic annotations.

BUG=None
TBR=jam@chromium.org for //ipc build files

Review-Url: https://codereview.chromium.org/2084443002
Cr-Commit-Position: refs/heads/master@{#400625}
parent 9f7c5f27
...@@ -133,9 +133,6 @@ component("ipc") { ...@@ -133,9 +133,6 @@ component("ipc") {
] ]
deps = [ deps = [
"//base", "//base",
# TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
"//base/third_party/dynamic_annotations",
"//mojo/public/cpp/bindings", "//mojo/public/cpp/bindings",
] ]
......
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
}, },
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
# TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../mojo/mojo_public.gyp:mojo_cpp_bindings', '../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../mojo/mojo_public.gyp:mojo_cpp_system', '../mojo/mojo_public.gyp:mojo_cpp_system',
], ],
...@@ -180,9 +178,6 @@ ...@@ -180,9 +178,6 @@
}, },
'dependencies': [ 'dependencies': [
'../base/base.gyp:base_win64', '../base/base.gyp:base_win64',
# TODO(viettrungluu): Needed for base/lazy_instance.h, which is
# suspect.
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
'../crypto/crypto.gyp:crypto_nacl_win64', '../crypto/crypto.gyp:crypto_nacl_win64',
'../mojo/mojo_public.gyp:mojo_cpp_bindings_win64', '../mojo/mojo_public.gyp:mojo_cpp_bindings_win64',
'../mojo/mojo_public.gyp:mojo_cpp_system_win64', '../mojo/mojo_public.gyp:mojo_cpp_system_win64',
......
...@@ -32,7 +32,6 @@ component("mojo") { ...@@ -32,7 +32,6 @@ component("mojo") {
deps = [ deps = [
":mojom", ":mojom",
"//base", "//base",
"//base/third_party/dynamic_annotations",
"//ipc", "//ipc",
"//mojo/public/c/system", "//mojo/public/c/system",
"//mojo/public/cpp/bindings", "//mojo/public/cpp/bindings",
...@@ -51,7 +50,6 @@ test("ipc_mojo_unittests") { ...@@ -51,7 +50,6 @@ test("ipc_mojo_unittests") {
":mojom", ":mojom",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//base/third_party/dynamic_annotations",
"//ipc", "//ipc",
"//ipc:test_support", "//ipc:test_support",
"//mojo/edk/system", "//mojo/edk/system",
...@@ -72,7 +70,6 @@ test("ipc_mojo_perftests") { ...@@ -72,7 +70,6 @@ test("ipc_mojo_perftests") {
":mojom", ":mojom",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//base/third_party/dynamic_annotations",
"//ipc", "//ipc",
"//ipc:test_support", "//ipc:test_support",
"//mojo/edk/system", "//mojo/edk/system",
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
'dependencies': [ 'dependencies': [
'../ipc.gyp:ipc', '../ipc.gyp:ipc',
'../../base/base.gyp:base', '../../base/base.gyp:base',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../mojo/mojo_edk.gyp:mojo_system_impl', '../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings', '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
], ],
......
...@@ -43,10 +43,6 @@ component("common_base") { ...@@ -43,10 +43,6 @@ component("common_base") {
"//mojo/public/cpp/bindings", "//mojo/public/cpp/bindings",
"//mojo/public/cpp/system", "//mojo/public/cpp/system",
] ]
deps = [
"//base/third_party/dynamic_annotations",
]
} }
# GYP version: mojo/mojo_base.gyp:mojo_url_type_converters # GYP version: mojo/mojo_base.gyp:mojo_url_type_converters
...@@ -62,7 +58,6 @@ source_set("url_type_converters") { ...@@ -62,7 +58,6 @@ source_set("url_type_converters") {
deps = [ deps = [
"//base", "//base",
"//base/third_party/dynamic_annotations",
"//url", "//url",
] ]
} }
......
...@@ -88,7 +88,6 @@ component("system") { ...@@ -88,7 +88,6 @@ component("system") {
deps = [ deps = [
"//base", "//base",
"//base/third_party/dynamic_annotations",
] ]
if (!is_nacl) { if (!is_nacl) {
......
...@@ -21,8 +21,4 @@ component("message_pump") { ...@@ -21,8 +21,4 @@ component("message_pump") {
"//base", "//base",
"//mojo/public/cpp/system", "//mojo/public/cpp/system",
] ]
deps = [
"//base/third_party/dynamic_annotations",
]
} }
...@@ -44,12 +44,8 @@ ...@@ -44,12 +44,8 @@
], ],
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../mojo/mojo_public.gyp:mojo_public_system', '../mojo/mojo_public.gyp:mojo_public_system',
], ],
'export_dependent_settings': [
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
'sources': [ 'sources': [
'common/common_type_converters.cc', 'common/common_type_converters.cc',
'common/common_type_converters.h', 'common/common_type_converters.h',
...@@ -81,13 +77,9 @@ ...@@ -81,13 +77,9 @@
'type': 'static_library', 'type': 'static_library',
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../url/url.gyp:url_lib', '../url/url.gyp:url_lib',
'../mojo/mojo_public.gyp:mojo_public_system', '../mojo/mojo_public.gyp:mojo_public_system',
], ],
'export_dependent_settings': [
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
'sources': [ 'sources': [
'common/url_type_converters.cc', 'common/url_type_converters.cc',
'common/url_type_converters.h', 'common/url_type_converters.h',
...@@ -160,7 +152,6 @@ ...@@ -160,7 +152,6 @@
'type': 'static_library', 'type': 'static_library',
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'mojo_common_lib', 'mojo_common_lib',
'mojo_edk.gyp:mojo_system_impl', 'mojo_edk.gyp:mojo_system_impl',
'mojo_jni_headers', 'mojo_jni_headers',
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
'type': 'static_library', 'type': 'static_library',
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../crypto/crypto.gyp:crypto', '../crypto/crypto.gyp:crypto',
], ],
'sources': [ 'sources': [
...@@ -39,7 +38,6 @@ ...@@ -39,7 +38,6 @@
'type': '<(component)', 'type': '<(component)',
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../crypto/crypto.gyp:crypto', '../crypto/crypto.gyp:crypto',
'mojo_public.gyp:mojo_public_system', 'mojo_public.gyp:mojo_public_system',
'mojo_system_ports', 'mojo_system_ports',
...@@ -187,7 +185,6 @@ ...@@ -187,7 +185,6 @@
'type': 'static_library', 'type': 'static_library',
'dependencies': [ 'dependencies': [
'../base/base.gyp:base_win64', '../base/base.gyp:base_win64',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
'../crypto/crypto.gyp:crypto_nacl_win64', '../crypto/crypto.gyp:crypto_nacl_win64',
], ],
'sources': [ 'sources': [
...@@ -205,7 +202,6 @@ ...@@ -205,7 +202,6 @@
'type': '<(component)', 'type': '<(component)',
'dependencies': [ 'dependencies': [
'../base/base.gyp:base_win64', '../base/base.gyp:base_win64',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
'../crypto/crypto.gyp:crypto_nacl_win64', '../crypto/crypto.gyp:crypto_nacl_win64',
'mojo_public.gyp:mojo_public_system_win64', 'mojo_public.gyp:mojo_public_system_win64',
'mojo_system_ports_win64', 'mojo_system_ports_win64',
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
'dependencies': [ 'dependencies': [
'../base/base_nacl.gyp:base_nacl', '../base/base_nacl.gyp:base_nacl',
'../base/base_nacl.gyp:base_nacl_nonsfi', '../base/base_nacl.gyp:base_nacl_nonsfi',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'mojo_public.gyp:mojo_public_system', 'mojo_public.gyp:mojo_public_system',
], ],
'defines': [ 'defines': [
......
...@@ -74,12 +74,8 @@ ...@@ -74,12 +74,8 @@
], ],
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'mojo_cpp_system', 'mojo_cpp_system',
], ],
'export_dependent_settings': [
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
'sources': [ 'sources': [
'message_pump/handle_watcher.cc', 'message_pump/handle_watcher.cc',
'message_pump/handle_watcher.h', 'message_pump/handle_watcher.h',
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
'dependencies': [ 'dependencies': [
'../base/base_nacl.gyp:base_nacl', '../base/base_nacl.gyp:base_nacl',
'../base/base_nacl.gyp:base_nacl_nonsfi', '../base/base_nacl.gyp:base_nacl_nonsfi',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../mojo/mojo_public.gyp:mojo_interface_bindings_cpp_sources', '../mojo/mojo_public.gyp:mojo_interface_bindings_cpp_sources',
'mojo_cpp_system_nacl', 'mojo_cpp_system_nacl',
], ],
......
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