| Index: mojo/mojo_public.gyp
|
| diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
|
| index b9c5b8b44af54dd3dbe7fb4d02a9d15185eb2a50..a02144a9436214d173a32a4cdb0efad2288a5b4b 100644
|
| --- a/mojo/mojo_public.gyp
|
| +++ b/mojo/mojo_public.gyp
|
| @@ -74,8 +74,8 @@
|
| },
|
| {
|
| # GN version: //mojo/public/cpp/system
|
| - 'target_name': 'mojo_cpp_system',
|
| - 'type': 'static_library',
|
| + 'target_name': 'mojo_system_cpp_headers',
|
| + 'type': 'none',
|
| 'sources': [
|
| 'public/cpp/system/buffer.h',
|
| 'public/cpp/system/core.h',
|
| @@ -84,11 +84,8 @@
|
| 'public/cpp/system/handle.h',
|
| 'public/cpp/system/macros.h',
|
| 'public/cpp/system/message_pipe.h',
|
| - 'public/cpp/system/watcher.cc',
|
| - 'public/cpp/system/watcher.h',
|
| - ],
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| + ],
|
| + 'dependencies': [
|
| 'mojo_system_headers',
|
| ],
|
| },
|
| @@ -190,7 +187,7 @@
|
| ],
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - 'mojo_cpp_system',
|
| + 'mojo_message_pump_lib',
|
| 'mojo_interface_bindings_cpp_sources',
|
| ],
|
| },
|
|
|