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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2514033002: Introducing SurfaceReferenceFactory (Closed)
Patch Set: nits 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 0a49563d984404c75492e19d278609d8a5bb3f21..6d3e02d015a01cc5aeee3f1bfb077379794f4b9d 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1455,6 +1455,7 @@ component("platform") {
]
deps = [
":blink_common",
+ "//cc/surfaces:surfaces",
"//components/link_header_util:link_header_util",
"//components/mime_util:mime_util",
"//mojo/public/cpp/bindings",

Powered by Google App Engine
This is Rietveld 408576698