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

Unified Diff: content/browser/BUILD.gn

Issue 2514033002: Introducing SurfaceReferenceFactory (Closed)
Patch Set: ref 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 9b0b13cf24b3e7f9ea2189b3380d17136b7e7eea..e784e867227ff3e8e0753ff1ffbb9b2ece824f3e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1915,7 +1915,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