| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 969669fc82d930799385f9e2cb45f97a897398cd..7c5c4452310156d78ea39a27868b240663c07ffb 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -55,6 +55,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',
|
| @@ -203,6 +205,7 @@
|
| '../base/base.gyp:base',
|
| '../net/net.gyp:net',
|
| '../url/url.gyp:url_lib',
|
| + 'mojo_bindings',
|
| 'mojo_system',
|
| 'mojo_utility',
|
| 'native_viewport',
|
| @@ -243,6 +246,7 @@
|
| '../base/base.gyp:base',
|
| '../ui/gl/gl.gyp:gl',
|
| '../url/url.gyp:url_lib',
|
| + 'mojo_common_lib',
|
| 'mojo_shell_lib',
|
| 'mojo_system',
|
| ],
|
|
|