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

Side by Side Diff: mojo/mojo_public.gypi

Issue 298273005: Mojo: Move message pipe types/constants/functions from mojo/public/c/system/core.h to .../message_p… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/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
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 }
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