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

Unified Diff: mojo/android/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 | « mojo/DEPS ('k') | mojo/android/javatests/mojo_test_case.cc » ('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 d25b7d5edd716bc423be1276bc71f31c80ebcfeb..d1dce6be3419192dd88c8159c5e6b26ac7d1c375 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -47,8 +47,8 @@ source_set("libsystem_java") {
"//base",
"//mojo/environment:chromium",
"//mojo/message_pump",
+ "//mojo/public/cpp/environment",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/cpp/environment",
]
}
@@ -66,7 +66,7 @@ android_library("system_java") {
deps = [
"//base:base_java",
- "//third_party/mojo/src/mojo/public/java:system",
+ "//mojo/public/java:system",
]
}
@@ -102,9 +102,9 @@ android_library("mojo_javatests") {
":system_java",
"//base:base_java",
"//base:base_java_test_support",
- "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces_java",
- "//third_party/mojo/src/mojo/public/java:bindings",
- "//third_party/mojo/src/mojo/public/java:system",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces_java",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
]
}
@@ -127,10 +127,10 @@ shared_library("mojo_java_unittests") {
"//base/test/:test_support",
"//build/config/sanitizers:deps",
"//mojo/message_pump",
+ "//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
+ "//mojo/public/cpp/test_support:test_utils",
+ "//mojo/public/cpp/environment",
"//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",
- "//third_party/mojo/src/mojo/public/cpp/environment",
]
defines = [ "UNIT_TEST" ]
}
@@ -142,8 +142,8 @@ android_apk("mojo_test_apk") {
":mojo_java_unittests",
":system_java",
"//base:base_java",
- "//third_party/mojo/src/mojo/public/java:bindings",
- "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//mojo/public/java:bindings",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
]
native_libs = [ "libmojo_java_unittests.so" ]
apk_name = "MojoTest"
« no previous file with comments | « mojo/DEPS ('k') | mojo/android/javatests/mojo_test_case.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698