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

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
« no previous file with comments | « components/exo/surface.cc ('k') | content/browser/renderer_host/delegated_frame_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a40dccffa00dd8bb97769afbda13e92b588f6cb3..e8087e5adaf20d6826e6fa81c8d4b73207f7e029 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1949,7 +1949,10 @@ source_set("browser") {
"compositor/software_output_device_ozone.h",
]
}
- deps += [ "//ui/compositor" ]
+ deps += [
+ "//cc/surfaces:surfaces",
+ "//ui/compositor",
+ ]
}
if (is_linux && use_dbus) {
« no previous file with comments | « components/exo/surface.cc ('k') | content/browser/renderer_host/delegated_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698