OLD | NEW |
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 11 matching lines...) Expand all Loading... |
22 'ldflags!': [ | 22 'ldflags!': [ |
23 '-Wl,--exclude-libs=ALL', | 23 '-Wl,--exclude-libs=ALL', |
24 ], | 24 ], |
25 }], | 25 }], |
26 ], | 26 ], |
27 }, | 27 }, |
28 'sources': [ | 28 'sources': [ |
29 'public/c/system/core.h', | 29 'public/c/system/core.h', |
30 'public/c/system/functions.h', | 30 'public/c/system/functions.h', |
31 'public/c/system/macros.h', | 31 'public/c/system/macros.h', |
| 32 'public/c/system/message_pipe.h', |
32 'public/c/system/system_export.h', | 33 'public/c/system/system_export.h', |
33 'public/c/system/types.h', | 34 'public/c/system/types.h', |
34 'public/platform/native/system_thunks.cc', | 35 'public/platform/native/system_thunks.cc', |
35 'public/platform/native/system_thunks.h', | 36 'public/platform/native/system_thunks.h', |
36 ], | 37 ], |
37 }, | 38 }, |
38 { | 39 { |
39 'target_name': 'mojo_gles2', | 40 'target_name': 'mojo_gles2', |
40 'type': 'shared_library', | 41 'type': 'shared_library', |
41 'defines': [ | 42 'defines': [ |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 }, | 420 }, |
420 'dependencies': [ | 421 'dependencies': [ |
421 'mojo_public_java', | 422 'mojo_public_java', |
422 ], | 423 ], |
423 'includes': [ '../build/java.gypi' ], | 424 'includes': [ '../build/java.gypi' ], |
424 }, | 425 }, |
425 ], | 426 ], |
426 }], | 427 }], |
427 ], | 428 ], |
428 } | 429 } |
OLD | NEW |