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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2247023002: services/ui: Move BitmapUploader into mus_demo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rm-software-output-device-mus
Patch Set: Created 4 years, 4 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 | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 72dc57bd3628a23be21ce34fb34cb9b7510af06d..adbe35ace49414d1a3f0f5fd4064afd4adebe3ac 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -8,7 +8,6 @@ import("//build/config/ui.gni")
# implementation (and private haders) are in 'internal'.
source_set("cpp") {
sources = [
- "bitmap_uploader.h",
"gpu_service.h",
"input_event_handler.h",
"mojo_gpu_memory_buffer_manager.h",
@@ -89,10 +88,12 @@ source_set("internal_or_test") {
source_set("internal") {
# This target is an implementation detail and is intended only to be used by
# the 'cpp' target.
- visibility = [ ":cpp" ]
+ visibility = [
+ ":cpp",
+ "//services/ui/demo:mus_demo_library",
+ ]
sources = [
- "bitmap_uploader.cc",
"command_buffer_client_impl.cc",
"command_buffer_client_impl.h",
"context_provider.cc",
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698