| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 3ffdf7418a738985d4bea78b50b9e1d0cbce7dfe..f9e3ab1c294d0253a132ce3fcb60760fc5230b3c 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -54,6 +54,8 @@
|
| 'mojo_system',
|
| ],
|
| 'sources': [
|
| + 'common/bindings_support_impl.cc',
|
| + 'common/bindings_support_impl.h',
|
| 'common/handle_watcher.cc',
|
| 'common/handle_watcher.h',
|
| 'common/scoped_message_pipe.cc',
|
| @@ -202,6 +204,7 @@
|
| '../base/base.gyp:base',
|
| '../net/net.gyp:net',
|
| '../url/url.gyp:url_lib',
|
| + 'mojo_bindings',
|
| 'mojo_system',
|
| 'mojo_utility',
|
| 'native_viewport',
|
| @@ -242,6 +245,7 @@
|
| '../base/base.gyp:base',
|
| '../ui/gl/gl.gyp:gl',
|
| '../url/url.gyp:url_lib',
|
| + 'mojo_common_lib',
|
| 'mojo_shell_lib',
|
| 'mojo_system',
|
| ],
|
|
|