| Index: mojo/mojo_base.gyp
|
| diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
|
| index 72c89b3d409b19c36eac7bb8cae0f129ba90e1ae..065de091d6f3cb3da76a428695ae7bdb1c1d750d 100644
|
| --- a/mojo/mojo_base.gyp
|
| +++ b/mojo/mojo_base.gyp
|
| @@ -155,36 +155,6 @@
|
| 'public/mojo_public.gyp:mojo_application_base',
|
| ],
|
| },
|
| - {
|
| - # GN version: //mojo/bindings/js
|
| - 'target_name': 'mojo_js_bindings_lib',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../gin/gin.gyp:gin',
|
| - '../v8/tools/gyp/v8.gyp:v8',
|
| - 'mojo_common_lib',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - '../base/base.gyp:base',
|
| - '../gin/gin.gyp:gin',
|
| - 'mojo_common_lib',
|
| - ],
|
| - 'sources': [
|
| - # Sources list duplicated in GN build.
|
| - 'bindings/js/core.cc',
|
| - 'bindings/js/core.h',
|
| - 'bindings/js/drain_data.cc',
|
| - 'bindings/js/drain_data.h',
|
| - 'bindings/js/handle.cc',
|
| - 'bindings/js/handle.h',
|
| - 'bindings/js/handle_close_observer.h',
|
| - 'bindings/js/support.cc',
|
| - 'bindings/js/support.h',
|
| - 'bindings/js/waiting_callback.cc',
|
| - 'bindings/js/waiting_callback.h',
|
| - ],
|
| - },
|
| ],
|
| 'conditions': [
|
| ['OS=="android"', {
|
|
|