| Index: mojo/edk/mojo_edk.gyp
|
| diff --git a/mojo/edk/mojo_edk.gyp b/mojo/edk/mojo_edk.gyp
|
| index e82689372a52aef96b22ccb5945d3121be2a4d95..0a564a5048badb702da42e98b2caed86726773e4 100644
|
| --- a/mojo/edk/mojo_edk.gyp
|
| +++ b/mojo/edk/mojo_edk.gyp
|
| @@ -396,6 +396,8 @@
|
| 'js/handle.cc',
|
| 'js/handle.h',
|
| 'js/handle_close_observer.h',
|
| + 'js/threading.cc',
|
| + 'js/threading.h',
|
| 'js/support.cc',
|
| 'js/support.h',
|
| 'js/waiting_callback.cc',
|
| @@ -411,7 +413,7 @@
|
| 'mojo_common_test_support',
|
| 'mojo_run_all_unittests',
|
| 'mojo_js_lib',
|
| - '../public/mojo_public.gyp:mojo_environment_standalone',
|
| + '../public/mojo_public.gyp:mojo_environment_chromium',
|
| '../public/mojo_public.gyp:mojo_public_test_interfaces',
|
| '../public/mojo_public.gyp:mojo_utility',
|
| ],
|
|
|