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

Unified Diff: content/child/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/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 4eb0e6b66874e5b91f5d37f13b26de8b2460c3de..c51312d2a7c810563b96eb1d67f396d2790992f4 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -66,8 +66,6 @@ target(link_target_type, "child") {
"child_process_sandbox_support_impl_shm_linux.cc",
"child_resource_message_filter.cc",
"child_resource_message_filter.h",
- "child_shared_bitmap_manager.cc",
- "child_shared_bitmap_manager.h",
"child_thread_impl.cc",
"child_thread_impl.h",
"content_child_helpers.cc",
@@ -223,6 +221,7 @@ target(link_target_type, "child") {
"//base",
"//components/discardable_memory/client",
"//components/discardable_memory/public/interfaces",
+ "//components/display_compositor/child",
"//components/mime_util",
"//components/tracing",
"//components/tracing:startup_tracing",

Powered by Google App Engine
This is Rietveld 408576698