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

Unified Diff: content/renderer/BUILD.gn

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase Created 3 years, 10 months 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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 8852de8a1e22aeec85492a8887dd553d23ed7040..90faed610c3f1d3898a6b118f72136f19e06f71c 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -423,6 +423,8 @@ target(link_target_type, "renderer") {
"//cc/surfaces:surface_id",
"//cc/surfaces:surfaces",
"//components/discardable_memory/client",
+ "//components/display_compositor/child",
+ "//components/display_compositor/interfaces",
"//components/payments/content:payment_app",
"//components/url_formatter",
"//content:resources",

Powered by Google App Engine
This is Rietveld 408576698