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

Unified Diff: services/ui/demo/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 | « no previous file | services/ui/demo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/BUILD.gn
diff --git a/services/ui/demo/BUILD.gn b/services/ui/demo/BUILD.gn
index 4e0927e72b82c50d0342144469eeccaf53599101..44b341ab9aa53a283f281a97840f7f16b094c131 100644
--- a/services/ui/demo/BUILD.gn
+++ b/services/ui/demo/BUILD.gn
@@ -8,6 +8,8 @@ import("//testing/test.gni")
service("mus_demo") {
sources = [
+ "bitmap_uploader.cc",
+ "bitmap_uploader.h",
"main.cc",
"mus_demo.cc",
"mus_demo.h",
@@ -19,6 +21,7 @@ service("mus_demo") {
"//services/shell/public/cpp",
"//services/shell/public/cpp:sources",
"//services/ui/public/cpp",
+ "//services/ui/public/cpp:internal",
"//services/ui/public/interfaces",
"//skia",
"//ui/gfx/geometry",
« no previous file with comments | « no previous file | services/ui/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698