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

Unified Diff: components/display_compositor/BUILD.gn

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: Add ipc task runner Created 3 years, 8 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: components/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
index e54fb14c2924bb7242f7a688186c10a675bb807e..b2a432e5b347dc0bd0d81a101880a04f9260e847 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/display_compositor/BUILD.gn
@@ -22,6 +22,8 @@ component("display_compositor") {
"gpu_compositor_frame_sink_delegate.h",
"gpu_root_compositor_frame_sink.cc",
"gpu_root_compositor_frame_sink.h",
+ "host_shared_bitmap_manager.cc",
+ "host_shared_bitmap_manager.h",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
@@ -78,6 +80,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"buffer_queue_unittest.cc",
+ "host_shared_bitmap_manager_unittest.cc",
]
if (!use_aura && !is_mac) {

Powered by Google App Engine
This is Rietveld 408576698