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

Unified Diff: content/test/BUILD.gn

Issue 2784493003: Consolidate JNI registrations for mojo system. (Closed)
Patch Set: Rebase only Created 3 years, 9 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
« no previous file with comments | « content/public/test/test_utils.cc ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4f9968b6029cc882911a4e06f345afc238a52201..f1509abf288aca4ed270fa36daca0c5d667c35e6 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -306,6 +306,7 @@ static_library("test_support") {
"mock_google_streaming_server.cc",
"mock_google_streaming_server.h",
]
+ deps += [ "//mojo/android:libsystem_java" ]
}
if (enable_plugins) {
« no previous file with comments | « content/public/test/test_utils.cc ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698