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

Side by Side Diff: mojo/mojo_public.gypi

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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_system', 4 'target_name': 'mojo_system',
5 'type': 'static_library', 5 'type': 'static_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 ['OS == "android"', { 380 ['OS == "android"', {
381 'targets': [ 381 'targets': [
382 { 382 {
383 'target_name': 'mojo_public_java', 383 'target_name': 'mojo_public_java',
384 'type': 'none', 384 'type': 'none',
385 'variables': { 385 'variables': {
386 'java_in_dir': 'public/java', 386 'java_in_dir': 'public/java',
387 }, 387 },
388 'includes': [ '../build/java.gypi' ], 388 'includes': [ '../build/java.gypi' ],
389 }, 389 },
390 {
391 'target_name': 'mojo_bindings_java',
392 'type': 'none',
393 'variables': {
394 'java_in_dir': 'bindings/java',
395 },
396 'dependencies': [
397 'mojo_public_java',
398 ],
399 'includes': [ '../build/java.gypi' ],
400 },
390 ], 401 ],
391 }], 402 }],
392 ], 403 ],
393 } 404 }
OLDNEW
« 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