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

Unified Diff: mojo/android/BUILD.gn

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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/DEPS ('k') | mojo/android/javatests/init_library.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 c1a78b21fdc065e287f05482c60676e89e7195fa..368c7160b3b32207d9f473d29162eb4b6faf7f58 100644
--- a/mojo/android/BUILD.gn
+++ b/mojo/android/BUILD.gn
@@ -45,10 +45,10 @@ source_set("libsystem_java") {
deps = [
":system_java_jni_headers",
"//base",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/environment",
- "//third_party/mojo/src/mojo/edk/system",
]
}
@@ -123,11 +123,11 @@ shared_library("mojo_java_unittests") {
"//base",
"//base/test/:test_support",
"//build/config/sanitizers:deps",
+ "//mojo/edk/system",
"//mojo/message_pump",
"//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/test_support:test_utils",
- "//third_party/mojo/src/mojo/edk/system",
]
defines = [ "UNIT_TEST" ]
}
« no previous file with comments | « mojo/DEPS ('k') | mojo/android/javatests/init_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698