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

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

Issue 2514033002: Introducing SurfaceReferenceFactory (Closed)
Patch Set: rebase 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 025b799b8763e3d40507bebe43db58f26e437b02..bd9c45c5f179b76a6d133bcfd5e9df634f2f1228 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1456,6 +1456,7 @@ component("platform") {
]
deps = [
":blink_common",
+ "//cc/surfaces:surfaces",
"//components/link_header_util:link_header_util",
"//components/mime_util:mime_util",
"//device/base/synchronization",

Powered by Google App Engine
This is Rietveld 408576698