| Index: mojo/mojo_platform_handle.gyp
|
| diff --git a/mojo/mojo_platform_handle.gyp b/mojo/mojo_platform_handle.gyp
|
| index 46ce6c79ae3cc4ab6eb29e23055c86c007f5869f..58e984add3a53efe06fb95e532a47b581917545d 100644
|
| --- a/mojo/mojo_platform_handle.gyp
|
| +++ b/mojo/mojo_platform_handle.gyp
|
| @@ -13,22 +13,7 @@
|
| {
|
| # GN version: //mojo/platform_handle:platform_handle/platform_handle_impl
|
| 'target_name': 'platform_handle',
|
| - 'type': '<(component)',
|
| - 'include_dirs': [
|
| - '../..',
|
| - ],
|
| - 'defines': [
|
| - 'PLATFORM_HANDLE_IMPLEMENTATION'
|
| - ],
|
| - 'sources': [
|
| - 'platform_handle/platform_handle.h',
|
| - 'platform_handle/platform_handle_functions.h',
|
| - 'platform_handle/platform_handle_functions.cc',
|
| - ],
|
| - 'dependencies': [
|
| - 'mojo_edk.gyp:mojo_system_impl',
|
| - 'mojo_public.gyp:mojo_cpp_bindings',
|
| - ]
|
| + 'type': 'none',
|
| }
|
| ]
|
| }
|
|
|