| Index: third_party/WebKit/Source/web/web.gyp
|
| diff --git a/third_party/WebKit/Source/web/web.gyp b/third_party/WebKit/Source/web/web.gyp
|
| index 35117800255a24a90e0fe881b5af53790fb8ed7c..49deeac71ec7ef8648639bb911c150e0c0d32337 100644
|
| --- a/third_party/WebKit/Source/web/web.gyp
|
| +++ b/third_party/WebKit/Source/web/web.gyp
|
| @@ -59,6 +59,9 @@
|
| '../modules/modules.gyp:modules',
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/cc/cc.gyp:cc',
|
| + '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(angle_path)/src/angle.gyp:translator',
|
| '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
|
| @@ -84,6 +87,7 @@
|
| 'conditions': [
|
| ['component=="shared_library"', {
|
| 'dependencies': [
|
| + '../../public/blink.gyp:mojo_bindings_blink_mojom',
|
| '../core/core.gyp:webcore_shared',
|
| '../platform/blink_platform.gyp:blink_common',
|
| '../platform/blink_platform.gyp:blink_platform',
|
|
|