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

Unified Diff: mojo/mojo_public.gypi

Issue 403803003: Move mojo_bindings_java target to mojo.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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') | no next file » | no next file with comments »
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 7dbf65f4999e2da7e6bd580e22022e3d5d33316c..97274b6986ba68c4b293f309a3957505f7cc9e60 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -213,19 +213,6 @@
},
'includes': [ '../build/java.gypi' ],
},
- {
- # TODO(cmasone): Move out of mojo_public, as this is built from code
- # outside mojo/public.
- 'target_name': 'mojo_bindings_java',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'bindings/java',
- },
- 'dependencies': [
- 'mojo_public_java',
- ],
- 'includes': [ '../build/java.gypi' ],
- },
],
}],
],
« no previous file with comments | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698