Index: third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
diff --git a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
index a4d456f7dd7cc41427dbc8950dff1eb49f35b59e..8102c764acd00f1c4307a7238ad63cef6e81c99d 100644 |
--- a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
@@ -21,4 +21,8 @@ blink_modules_sources("shapedetection") { |
"TextDetector.cpp", |
"TextDetector.h", |
] |
+ |
+ public_deps = [ |
+ "//services/shape_detection/public/interfaces:interfaces_blink", |
+ ] |
} |