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

Unified Diff: mojo/android/BUILD.gn

Issue 1262173005: Straightens outs DEPS in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dep on system_for_component Created 5 years, 4 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: mojo/android/BUILD.gn
diff --git a/mojo/android/BUILD.gn b/mojo/android/BUILD.gn
index 684f54748af0ca1d82c8cadd4f7faa2ca5cef95c..78ddc27da32bdeba592fea7e5aa7e4253e6dad14 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -27,8 +27,8 @@ generate_jni("jni_headers") {
generate_jni("system_java_jni_headers") {
sources = [
- "system/src/org/chromium/mojo/system/impl/CoreImpl.java",
"system/src/org/chromium/mojo/system/impl/BaseRunLoop.java",
+ "system/src/org/chromium/mojo/system/impl/CoreImpl.java",
]
jni_package = "mojo"
@@ -46,7 +46,7 @@ source_set("libsystem_java") {
":system_java_jni_headers",
"//base",
"//mojo/environment:chromium",
- "//mojo/common:common",
+ "//mojo/message_pump",
"//third_party/mojo/src/mojo/edk/system",
"//third_party/mojo/src/mojo/public/cpp/environment",
]
@@ -125,7 +125,7 @@ shared_library("mojo_java_unittests") {
":system_java_jni_headers",
"//base",
"//base/test/:test_support",
- "//mojo/common",
+ "//mojo/message_pump",
"//third_party/mojo/src/mojo/edk/system",
"//third_party/mojo/src/mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
"//third_party/mojo/src/mojo/public/cpp/test_support:test_utils",
« no previous file with comments | « mandoline/services/core_services/core_services_application_delegate.cc ('k') | mojo/android/javatests/mojo_test_case.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698