Chromium Code Reviews

Unified Diff: services/ui/demo/BUILD.gn

Issue 2551733002: Converting Mus Demo to use Aura. (Closed)
Patch Set: Addressing feedback. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | services/ui/demo/DEPS » ('j') | services/ui/demo/mus_demo.cc » ('J')
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 5a4e2bbb074e28e17efe7536cb369dba480c46a5..85f03dba4506d8cff53cb424a502bb39260fe1cd 100644
--- a/services/ui/demo/BUILD.gn
+++ b/services/ui/demo/BUILD.gn
@@ -8,8 +8,6 @@ import("//testing/test.gni")
source_set("lib") {
sources = [
- "bitmap_uploader.cc",
- "bitmap_uploader.h",
"mus_demo.cc",
"mus_demo.h",
]
@@ -26,7 +24,10 @@ source_set("lib") {
"//services/ui/public/cpp",
"//services/ui/public/cpp:internal",
"//services/ui/public/interfaces",
+ "//ui/aura",
+ "//ui/aura_extra",
"//ui/gfx/geometry",
+ "//ui/wm",
]
}
« no previous file with comments | « no previous file | services/ui/demo/DEPS » ('j') | services/ui/demo/mus_demo.cc » ('J')

Powered by Google App Engine