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

Unified Diff: components/display_compositor/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
« no previous file with comments | « no previous file | components/display_compositor/DEPS » ('j') | components/display_compositor/child/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
index e54fb14c2924bb7242f7a688186c10a675bb807e..8f786cf0888d69785d435bf01753e8a3d28f98fc 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" ]
@@ -33,6 +35,7 @@ component("display_compositor") {
"//cc",
"//cc/ipc:interfaces",
"//cc/surfaces",
+ "//components/display_compositor/interfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
@@ -78,6 +81,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"buffer_queue_unittest.cc",
+ "host_shared_bitmap_manager_unittest.cc",
]
if (!use_aura && !is_mac) {
« no previous file with comments | « no previous file | components/display_compositor/DEPS » ('j') | components/display_compositor/child/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698