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

Side by Side Diff: mojo/mojo_public.gypi

Issue 218193002: Mojo: Move C gles2 header files to mojo/public/c/gles2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/gles2/gles2_support_impl.cc ('k') | mojo/public/c/gles2/gles2.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': 'shared_library', 5 'type': 'shared_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ], 54 ],
55 'direct_dependent_settings': { 55 'direct_dependent_settings': {
56 'include_dirs': [ 56 'include_dirs': [
57 '..', 57 '..',
58 ], 58 ],
59 'defines': [ 59 'defines': [
60 'GLES2_USE_MOJO', 60 'GLES2_USE_MOJO',
61 ], 61 ],
62 }, 62 },
63 'sources': [ 63 'sources': [
64 'public/gles2/gles2.h', 64 'public/c/gles2/gles2.h',
65 'public/gles2/gles2_export.h', 65 'public/c/gles2/gles2_export.h',
66 'public/gles2/gles2_private.cc', 66 'public/gles2/gles2_private.cc',
67 'public/gles2/gles2_private.h', 67 'public/gles2/gles2_private.h',
68 ], 68 ],
69 'conditions': [ 69 'conditions': [
70 ['OS=="mac"', { 70 ['OS=="mac"', {
71 'xcode_settings': { 71 'xcode_settings': {
72 # Make it a run-path dependent library. 72 # Make it a run-path dependent library.
73 'DYLIB_INSTALL_NAME_BASE': '@rpath', 73 'DYLIB_INSTALL_NAME_BASE': '@rpath',
74 }, 74 },
75 'direct_dependent_settings': { 75 'direct_dependent_settings': {
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ], 385 ],
386 'dependencies': [ 386 'dependencies': [
387 'mojo_shell_bindings', 387 'mojo_shell_bindings',
388 ], 388 ],
389 'export_dependent_settings': [ 389 'export_dependent_settings': [
390 'mojo_shell_bindings', 390 'mojo_shell_bindings',
391 ], 391 ],
392 }, 392 },
393 ], 393 ],
394 } 394 }
OLDNEW
« no previous file with comments | « mojo/gles2/gles2_support_impl.cc ('k') | mojo/public/c/gles2/gles2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698