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

Unified Diff: content/public/app/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: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 4a7c3a846da43a2c8e790eba69f11ac509fdbfe6..d6243badda1c5b58a03e4b6863780e19450ecd00 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -172,10 +172,16 @@ service_manifest("browser_manifest") {
packaged_services = [
"file",
"media",
+ "test_ime_driver",
+ "tracing",
+ "ui",
]
deps = [
"//media/mojo/services:media_manifest",
"//services/file:manifest",
+ "//services/tracing:manifest",
+ "//services/ui:manifest",
+ "//services/ui/ime/test_ime_driver:manifest",
sadrul 2016/10/19 13:53:43 I don't know if this is the right place for it. I
Jay Civelli 2016/11/02 22:02:17 I believe packaged services have to be listed here
]
}

Powered by Google App Engine
This is Rietveld 408576698