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

Unified Diff: content/public/app/BUILD.gn

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fix mac bot Created 4 years, 1 month 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 620f170618c97393351e840fd0f89a7ac6ed6ef0..2e3212c8ee9fafd9d76ae0f9575b9642df977a14 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -173,11 +173,17 @@ service_manifest("browser_manifest") {
"device",
"file",
"media",
+ "test_ime_driver",
+ "ui",
+ "mus_demo",
]
deps = [
"//media/mojo/services:media_manifest",
"//services/device:manifest",
"//services/file:manifest",
+ "//services/ui:manifest",
+ "//services/ui/demo:manifest",
+ "//services/ui/ime/test_ime_driver:manifest",
]
}
« no previous file with comments | « chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698