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

Unified Diff: mojo/mojo_public.gypi

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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/BUILD.gn » ('j') | mojo/public/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 97274b6986ba68c4b293f309a3957505f7cc9e60..c1c6e63d08cedd563aba34a72cf7184fe7717b3a 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -205,14 +205,26 @@
['OS == "android"', {
'targets': [
{
- # GN version: //mojo/public/java
+ # GN version: //mojo/public/java_system
'target_name': 'mojo_public_java',
'type': 'none',
'variables': {
- 'java_in_dir': 'public/java',
+ 'java_in_dir': 'public/java/system',
},
'includes': [ '../build/java.gypi' ],
},
+ {
+ # GN version: //mojo/public/java_bindings
+ 'target_name': 'mojo_bindings_java',
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': 'public/java/bindings',
+ },
+ 'dependencies': [
+ 'mojo_public_java',
+ ],
+ 'includes': [ '../build/java.gypi' ],
+ },
],
}],
],
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/BUILD.gn » ('j') | mojo/public/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698