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

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

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Addressed comments, fixed browser tests and deps. Created 4 years, 2 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/demo/BUILD.gn
diff --git a/services/ui/demo/BUILD.gn b/services/ui/demo/BUILD.gn
index 8eec9ba071983b6761667081a9a1d95fe236be08..70e97eca28bdd7d7fdc36733f752f17870290e99 100644
--- a/services/ui/demo/BUILD.gn
+++ b/services/ui/demo/BUILD.gn
@@ -8,9 +8,30 @@ import("//testing/test.gni")
service("mus_demo") {
sources = [
+ "main.cc",
rjkroege 2016/10/20 23:29:05 don't you need to rebase this based on the other C
Jay Civelli 2016/11/02 22:02:17 Turns out the split was not needed after all.
+ "mus_demo_service.cc",
+ "mus_demo_service.h",
+ ]
+
+ deps = [
+ ":mus_demo_lib",
+ "//mojo/public/cpp/bindings",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/cpp:sources",
+ "//services/ui/public/cpp",
+ "//services/ui/public/cpp:internal",
+ "//services/ui/public/interfaces",
+ ]
+
+ data_deps = [
+ ":manifest",
+ ]
+}
+
+static_library("mus_demo_lib") {
+ sources = [
"bitmap_uploader.cc",
"bitmap_uploader.h",
- "main.cc",
"mus_demo.cc",
"mus_demo.h",
]

Powered by Google App Engine
This is Rietveld 408576698