| Index: third_party/WebKit/Source/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
|
| index c209ae731ad64bcaef6cbf764345eb6d310f8e11..5071e1b30010180965415584c6c5e5049e9ee6cd 100644
|
| --- a/third_party/WebKit/Source/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
|
| @@ -46,7 +46,9 @@ component("modules") {
|
|
|
| deps = [
|
| ":make_modules_generated",
|
| + "//mojo/edk/system",
|
| "//third_party/WebKit/Source/core",
|
| + "//third_party/WebKit/public:mojo_bindings_blink",
|
| "//third_party/icu",
|
| "//third_party/sqlite",
|
| "//third_party/zlib",
|
|
|