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

Unified Diff: content/shell/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/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index eb33daf17fa433590eb8324d2343fe2b4479b356..1ceae0faa30a23b89e9a6798d9cee9ffb692407e 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -245,6 +245,9 @@ static_library("content_shell_lib") {
"//net:net_resources",
"//sandbox",
"//services/service_manager/public/cpp",
+ "//services/tracing:lib",
+ "//services/ui:lib",
+ "//services/ui/ime/test_ime_driver:lib",
"//skia",
"//storage/browser",
"//testing/gmock",
@@ -308,7 +311,10 @@ static_library("content_shell_lib") {
}
if (is_android) {
- deps += [ "//content/shell/android:content_shell_jni_headers" ]
+ deps += [
+ "//content/shell/android:content_shell_jni_headers",
+ "//services/ui/demo:mus_demo_lib",
+ ]
}
if (is_posix && !is_mac) {

Powered by Google App Engine
This is Rietveld 408576698