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

Unified Diff: services/ui/public/cpp/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: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 9875d3dbe6aff5bd6bca760b1b15cb6418c24aa7..89853f00cc39452f9027c959df9adae15a7c362d 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -21,6 +21,7 @@ source_set("cpp") {
"//mojo/public/cpp/bindings",
"//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
+ "//services/ui/public/cpp/bitmap",
sky 2017/04/06 20:03:12 Do all users of services/ui/public need the bitmap
xlai (Olivia) 2017/04/06 20:42:26 This was a mistake. I've removed this line.
"//services/ui/public/cpp/gpu",
"//services/ui/public/interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698