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

Side by Side Diff: mojo/mojo_public.gypi

Issue 307533002: Mojo: Move common type/constant definitions from mojo/public/c/system/core.h to .../types.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | mojo/public/c/system/core.h » ('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 11 matching lines...) Expand all
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/c/system/core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698