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

Unified Diff: content/browser/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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index e7b891e67935fa58054496ebbbe4e0a21bb03847..618680d57a029fcf9e1e5c8393699435f7ced32a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1939,7 +1939,10 @@ source_set("browser") {
"compositor/software_output_device_ozone.h",
]
}
- deps += [ "//ui/compositor" ]
+ deps += [
+ "//cc/surfaces:surfaces",
+ "//ui/compositor",
+ ]
}
if (is_linux && use_dbus) {

Powered by Google App Engine
This is Rietveld 408576698