| Index: extensions/extensions_tests.gyp
|
| diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
|
| index b4185cd86e3e20fb8e5d94b03ca45bf06473a163..87ef374453fe7e3ae8e4802cbb17e97ea13c45a6 100644
|
| --- a/extensions/extensions_tests.gyp
|
| +++ b/extensions/extensions_tests.gyp
|
| @@ -28,12 +28,12 @@
|
| '../device/serial/serial.gyp:device_serial_test_util',
|
| '../mojo/mojo_base.gyp:mojo_application_bindings',
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| + '../mojo/mojo_edk.gyp:mojo_js_lib',
|
| + '../mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| - '../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
|
| - '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| 'common/api/api.gyp:cast_channel_proto',
|
| 'extensions.gyp:extensions_browser',
|
| 'extensions.gyp:extensions_common',
|
|
|