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

Unified Diff: mojo/mojo.gyp

Issue 288133005: Helper classes for java bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 7 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/bindings/java/src/org/chromium/mojo/bindings/BindingsHelper.java ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index dd167b8e387def81600c98ab2337004ca195f76c..ff710fa78fb298bf53fc0e05cc2468c40988bc96 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -69,6 +69,7 @@
}],
['OS == "android"', {
'dependencies': [
+ 'mojo_bindings_java',
'mojo_public_java',
'mojo_system_java',
'libmojo_system_java',
@@ -738,6 +739,8 @@
'target_name': 'mojo_test_apk',
'type': 'none',
'dependencies': [
+ 'mojo_bindings_java',
+ 'mojo_public_test_interfaces',
'mojo_system_java',
'../base/base.gyp:base_java_test_support',
],
« no previous file with comments | « mojo/bindings/java/src/org/chromium/mojo/bindings/BindingsHelper.java ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698