| Index: third_party/WebKit/Source/core/core.gyp
|
| diff --git a/third_party/WebKit/Source/core/core.gyp b/third_party/WebKit/Source/core/core.gyp
|
| index 979fe2e1c808bd84218f9dd895d24452d4e66550..c5eeb294476b6ab3d1b6a944e94478dd898c0863 100644
|
| --- a/third_party/WebKit/Source/core/core.gyp
|
| +++ b/third_party/WebKit/Source/core/core.gyp
|
| @@ -532,12 +532,15 @@
|
| '../bindings/modules/generated.gyp:modules_event_generated',
|
| '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
|
| '../platform/platform_generated.gyp:make_platform_generated',
|
| + '../../public/blink.gyp:mojo_bindings',
|
|
|
| '../wtf/wtf.gyp:wtf',
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/cc/cc.gyp:cc',
|
| '<(DEPTH)/gin/gin.gyp:gin',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| + '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
|
| '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
|
| '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
|
|
|