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

Unified Diff: components/display_compositor/BUILD.gn

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase 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
« no previous file with comments | « cc/ipc/shared_bitmap_manager.mojom ('k') | components/display_compositor/DEPS » ('j') | no next file with comments »
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 57b7cddf10cdd57f3161217f1e8fa3f4a370a6aa..41cc0497fc2da7eb420754a1f4329ff374f0b04a 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/display_compositor/BUILD.gn
@@ -17,6 +17,8 @@ component("display_compositor") {
"gl_helper_readback_support.h",
"gl_helper_scaling.cc",
"gl_helper_scaling.h",
+ "host_shared_bitmap_manager.cc",
+ "host_shared_bitmap_manager.h",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
@@ -73,6 +75,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 | « cc/ipc/shared_bitmap_manager.mojom ('k') | components/display_compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698