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

Unified Diff: mojo/android/BUILD.gn

Issue 757803003: Make gn check //mojo/* pass on linux and android (Closed) Base URL: git@github.com:domokit/mojo.git@gn_check_services
Patch Set: PRESUBMIT.py Created 6 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
« no previous file with comments | « PRESUBMIT.py ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index c9582f79e763c9f397ee51e2456413ceba14a7ae..c045544663fa380a6be7533b5730c3c6c7f1ae85 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -41,8 +41,10 @@ source_set("libsystem_java") {
deps = [
":system_java_jni_headers",
+ "//base",
"//mojo/edk/system",
"//mojo/environment:chromium",
+ "//mojo/public/cpp/environment",
]
}
@@ -107,14 +109,18 @@ shared_library("mojo_java_unittests") {
"javatests/validation_test_util.cc",
"javatests/validation_test_util.h",
]
+
deps = [
":jni_headers",
":libsystem_java",
":system_java_jni_headers",
"//base",
"//base/test/:test_support",
+ "//mojo/common",
+ "//mojo/edk/system",
"//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
"//mojo/public/cpp/test_support:test_utils",
+ "//mojo/public/cpp/environment",
]
defines = [ "UNIT_TEST" ]
« no previous file with comments | « PRESUBMIT.py ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698