| Index: mojo/mojo_edk.gyp
|
| diff --git a/mojo/mojo_edk.gyp b/mojo/mojo_edk.gyp
|
| index 318a817ea85d62206ad3948261f45aaba85b4b60..bd99c42f12ee851cd6008f8578090b40addfbac1 100644
|
| --- a/mojo/mojo_edk.gyp
|
| +++ b/mojo/mojo_edk.gyp
|
| @@ -26,7 +26,6 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../crypto/crypto.gyp:crypto',
|
| ],
|
| 'sources': [
|
| @@ -39,7 +38,6 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../crypto/crypto.gyp:crypto',
|
| 'mojo_public.gyp:mojo_public_system',
|
| 'mojo_system_ports',
|
| @@ -187,7 +185,6 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base_win64',
|
| - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
|
| '../crypto/crypto.gyp:crypto_nacl_win64',
|
| ],
|
| 'sources': [
|
| @@ -205,7 +202,6 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '../base/base.gyp:base_win64',
|
| - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
|
| '../crypto/crypto.gyp:crypto_nacl_win64',
|
| 'mojo_public.gyp:mojo_public_system_win64',
|
| 'mojo_system_ports_win64',
|
|
|