Index: third_party/WebKit/Source/core/offscreencanvas/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/offscreencanvas/BUILD.gn b/third_party/WebKit/Source/core/offscreencanvas/BUILD.gn |
index 0c699d150801275f25b9e0abfcd69e48b29b07f5..6ac074babb1ed3494ddb6f6e973097a12e895668 100644 |
--- a/third_party/WebKit/Source/core/offscreencanvas/BUILD.gn |
+++ b/third_party/WebKit/Source/core/offscreencanvas/BUILD.gn |
@@ -9,4 +9,8 @@ blink_core_sources("offscreencanvas") { |
"OffscreenCanvas.cpp", |
"OffscreenCanvas.h", |
] |
+ deps = [ |
+ "//mojo/public/cpp/bindings:bindings", |
+ "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
+ ] |
} |