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

Unified Diff: mojo/public/BUILD.gn

Issue 407733006: Move mojo java bindings to mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gn dep Created 6 years, 5 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/public/BUILD.gn
diff --git a/mojo/public/BUILD.gn b/mojo/public/BUILD.gn
index 3c56feb91a65ca9a51d632db39230d3bff7601f7..35b7bbcc7a250cb7fef1f45a2229e82b150b95f4 100644
--- a/mojo/public/BUILD.gn
+++ b/mojo/public/BUILD.gn
@@ -16,7 +16,8 @@ group("public") {
if (is_android) {
deps += [
- "//mojo/public/java",
+ "//mojo/public/java_system",
Chris Masone 2014/07/21 16:56:05 The way you've got it now, these should be written
qsr 2014/07/22 08:17:59 Done.
+ "//mojo/public/java_bindings",
]
}
}
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/java/BUILD.gn » ('j') | mojo/public/java/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698