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

Unified Diff: skia/public/BUILD.gn

Issue 1906773003: Enable SkBitmap to be used by Mojo in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « mash/shelf/public/interfaces/shelf.mojom ('k') | skia/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/public/BUILD.gn
diff --git a/skia/public/BUILD.gn b/skia/public/BUILD.gn
index bcc7a289dd85af9a26b51c87cb5b57de50926b8d..a053373a9f4a4bc93ee9adaf37bb5fd5d288f34f 100644
--- a/skia/public/BUILD.gn
+++ b/skia/public/BUILD.gn
@@ -9,7 +9,7 @@ source_set("public") {
]
public_deps = [
- "//skia/public/interfaces",
+ "//third_party/WebKit/public:mojo_bindings",
]
deps = [
« no previous file with comments | « mash/shelf/public/interfaces/shelf.mojom ('k') | skia/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698