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

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. 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') | 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
This is Rietveld 408576698