| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index 149c162e572b64c3bd59cc8de9fd76c2d84b43ff..6854ab6bc4975f56f0cc587593e10252180becbc 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -21,10 +21,14 @@ component("web") {
|
| output_name = "blink_web"
|
|
|
| deps = [
|
| + "//mojo/public/c/system:for_component",
|
| + "//mojo/public/cpp/bindings:callback",
|
| + "//mojo/public/cpp/bindings:wtf_support",
|
| "//skia",
|
| "//third_party/WebKit/Source/core",
|
| "//third_party/WebKit/Source/modules",
|
| "//third_party/WebKit/Source/platform",
|
| + "//third_party/WebKit/public:mojo_bindings_blink",
|
| "//third_party/angle:translator",
|
| "//third_party/icu",
|
| "//ui/gfx/geometry",
|
|
|