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

Unified Diff: content/shell/android/BUILD.gn

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fixed gn check 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/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 738cee80f6b67daaf7c44585f62775291a9afd65..f47834b4c923a79712b46b09752f3e5d3ea99fbe 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -25,6 +25,10 @@ shared_library("libcontent_shell_content_view") {
"//content/shell:content_shell_lib",
"//content/shell:pak",
"//media/base/android",
+ "//services/tracing:lib",
+ "//services/ui:lib",
+ "//services/ui/demo:mus_demo_lib",
+ "//services/ui/ime/test_ime_driver:lib",
"//skia",
]
sources = [
@@ -88,6 +92,7 @@ android_library("content_shell_apk_java") {
"//media/capture/video/android:capture_java",
"//net/android:net_java",
"//ui/android:ui_java",
+ "//ui/platform_window/android:platform_window_java",
]
# Supply manifest for linting.

Powered by Google App Engine
This is Rietveld 408576698