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

Unified Diff: mojo/mojo.gyp

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/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 9484735f840d076245329e00deabd998bd917247..1a998af6933eb4b85b3974dc64b58b0957787ae5 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -793,17 +793,6 @@
['OS=="android"', {
'targets': [
{
- 'target_name': 'mojo_bindings_java',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'bindings/java',
- },
- 'dependencies': [
- 'mojo_public_java',
- ],
- 'includes': [ '../build/java.gypi' ],
- },
- {
'target_name': 'mojo_jni_headers',
'type': 'none',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698