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

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

Issue 2587883002: Fix ODR violations caused by mojoms being included in multiple components. (Closed)
Patch Set: Created 4 years 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 | « device/generic_sensor/public/interfaces/BUILD.gn ('k') | 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 6ac074babb1ed3494ddb6f6e973097a12e895668..7260b14fa103bda2ee0f228af2d84578c915a10f 100644
--- a/third_party/WebKit/Source/core/offscreencanvas/BUILD.gn
+++ b/third_party/WebKit/Source/core/offscreencanvas/BUILD.gn
@@ -11,6 +11,6 @@ blink_core_sources("offscreencanvas") {
]
deps = [
"//mojo/public/cpp/bindings:bindings",
- "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
sashab 2016/12/19 23:23:43 What does this mean? Is this correct? Not sure if
+ "//third_party/WebKit/Source/platform",
haraken 2016/12/20 00:13:06 core/ to platform/ should be already allowed. You
Sam McNally 2016/12/20 00:28:21 Done.
]
}
« no previous file with comments | « device/generic_sensor/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698