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

Unified Diff: mojo/android/BUILD.gn

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « mojo/BUILD.gn ('k') | mojo/application/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 a816a04d063f4bb15bbeff945ba43b2c4706fe22..25f3bfaa790912728c0ec5d1ad81071c23c2c80e 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -42,9 +42,9 @@ source_set("libsystem_java") {
deps = [
":system_java_jni_headers",
"//base",
- "//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/public/cpp/environment",
+ "//third_party/mojo/src/mojo/edk/system",
+ "//third_party/mojo/src/mojo/public/cpp/environment",
]
}
@@ -61,7 +61,7 @@ android_library("system_java") {
deps = [
"//base:base_java",
- "//mojo/public/java:system",
+ "//third_party/mojo/src/mojo/public/java:system",
]
}
@@ -93,9 +93,9 @@ android_library("mojo_javatests") {
":system_java",
"//base:base_java",
"//base:base_java_test_support",
- "//mojo/public/interfaces/bindings/tests:test_interfaces_java",
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
+ "//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",
]
}
@@ -117,10 +117,10 @@ shared_library("mojo_java_unittests") {
"//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",
+ "//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" ]
}
@@ -132,8 +132,8 @@ android_apk("mojo_test_apk") {
":mojo_java_unittests",
":system_java",
"//base:base_java",
- "//mojo/public/java:bindings",
- "//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//third_party/mojo/src/mojo/public/java:bindings",
+ "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces",
]
native_libs = [ "libmojo_java_unittests.so" ]
apk_name = "MojoTest"
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698