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

Side by Side Diff: mojo/mojo_public.gypi

Issue 228723002: Java API for mojo system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding empty file to force creation. Created 6 years, 8 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') | mojo/public/java/src/org/chromium/mojo/system/Core.java » ('j') | 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'public/cpp/shell/lib/service.cc', 353 'public/cpp/shell/lib/service.cc',
354 ], 354 ],
355 'dependencies': [ 355 'dependencies': [
356 'mojo_shell_bindings', 356 'mojo_shell_bindings',
357 ], 357 ],
358 'export_dependent_settings': [ 358 'export_dependent_settings': [
359 'mojo_shell_bindings', 359 'mojo_shell_bindings',
360 ], 360 ],
361 }, 361 },
362 ], 362 ],
363 'conditions': [
364 ['OS == "android"', {
365 'targets': [
366 {
367 'target_name': 'mojo_public_java',
368 'type': 'none',
369 'variables': {
370 'java_in_dir': 'public/java',
371 },
372 'includes': [ '../build/java.gypi' ],
373 },
374 ],
375 }],
376 ],
363 } 377 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/java/src/org/chromium/mojo/system/Core.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698