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/macros.h', | 30 'public/c/system/macros.h', |
31 'public/c/system/system_export.h', | 31 'public/c/system/system_export.h', |
| 32 'public/c/system/types.h', |
32 'public/platform/native/system_thunks.cc', | 33 'public/platform/native/system_thunks.cc', |
33 'public/platform/native/system_thunks.h', | 34 'public/platform/native/system_thunks.h', |
34 ], | 35 ], |
35 }, | 36 }, |
36 { | 37 { |
37 'target_name': 'mojo_gles2', | 38 'target_name': 'mojo_gles2', |
38 'type': 'shared_library', | 39 'type': 'shared_library', |
39 'defines': [ | 40 'defines': [ |
40 'MOJO_GLES2_IMPLEMENTATION', | 41 'MOJO_GLES2_IMPLEMENTATION', |
41 'GLES2_USE_MOJO', | 42 'GLES2_USE_MOJO', |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 }, | 418 }, |
418 'dependencies': [ | 419 'dependencies': [ |
419 'mojo_public_java', | 420 'mojo_public_java', |
420 ], | 421 ], |
421 'includes': [ '../build/java.gypi' ], | 422 'includes': [ '../build/java.gypi' ], |
422 }, | 423 }, |
423 ], | 424 ], |
424 }], | 425 }], |
425 ], | 426 ], |
426 } | 427 } |
OLD | NEW |