Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: third_party/WebKit/Source/core/offscreencanvas/BUILD.gn

Issue 2353363002: Fix missing symbols error in OffscreenCanvas.o (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698