| Index: mojo/common/BUILD.gn
|
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
|
| index 9a8b7d07c13372633bd7f92dea27b206a7298da0..8b57be383b68fb48b6f37e17ea6a9e075f3de9f2 100644
|
| --- a/mojo/common/BUILD.gn
|
| +++ b/mojo/common/BUILD.gn
|
| @@ -43,10 +43,6 @@ component("common_base") {
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| ]
|
| -
|
| - deps = [
|
| - "//base/third_party/dynamic_annotations",
|
| - ]
|
| }
|
|
|
| # GYP version: mojo/mojo_base.gyp:mojo_url_type_converters
|
| @@ -62,7 +58,6 @@ source_set("url_type_converters") {
|
|
|
| deps = [
|
| "//base",
|
| - "//base/third_party/dynamic_annotations",
|
| "//url",
|
| ]
|
| }
|
|
|