| 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 4b3df839781876ffba8121c76c754e4b3bfe785b..7e56585708819d01e1a8b2fe887d15976e030e91 100644
|
| --- a/third_party/WebKit/Source/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
|
| @@ -163,6 +163,10 @@ target(modules_target_type, "modules") {
|
| "//third_party/zlib",
|
| ]
|
|
|
| + public_deps = [
|
| + "//services/shape_detection/public/interfaces",
|
| + ]
|
| +
|
| if (is_win) {
|
| cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits.
|
| }
|
|
|