| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index 6b074653846298ed150e683342ae55c1ddff9b1a..44240d229c7682c4e4c8a75b95e9b57ef6cf7d73 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -15,7 +15,7 @@
|
| # generated cpp files must be listed explicitly in extensions_common
|
| 'type': 'none',
|
| 'includes': [
|
| - '../mojo/public/tools/bindings/mojom_bindings_generator.gypi',
|
| + '../mojo/mojom_bindings_generator.gypi',
|
| ],
|
| 'sources': [
|
| 'common/mojo/keep_alive.mojom',
|
| @@ -845,7 +845,7 @@
|
| 'extensions_resources.gyp:extensions_resources',
|
| '../content/content.gyp:content_resources',
|
| '../gin/gin.gyp:gin',
|
| - '../mojo/public/mojo_public.gyp:mojo_js_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_js_bindings',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| ],
|
| 'include_dirs': [
|
| @@ -1155,10 +1155,10 @@
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| '../device/serial/serial.gyp:device_serial',
|
| '../device/serial/serial.gyp:device_serial_test_util',
|
| - '../mojo/edk/mojo_edk.gyp:mojo_js_lib',
|
| - '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| - '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../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',
|
|
|