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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_sample_app', 4 'target_name': 'mojo_sample_app',
5 'type': 'shared_library', 5 'type': 'shared_library',
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../gpu/gpu.gyp:gles2_c_lib', 8 '../gpu/gpu.gyp:gles2_c_lib',
9 '../ui/gfx/gfx.gyp:gfx', 9 '../ui/gfx/gfx.gyp:gfx',
10 '../ui/gfx/gfx.gyp:gfx_geometry',
10 '../ui/gl/gl.gyp:gl', 11 '../ui/gl/gl.gyp:gl',
11 'mojo_common_lib', 12 'mojo_common_lib',
12 'mojo_gles2', 13 'mojo_gles2',
13 'mojo_gles2_bindings', 14 'mojo_gles2_bindings',
14 'mojo_native_viewport_bindings', 15 'mojo_native_viewport_bindings',
15 'mojo_shell_bindings', 16 'mojo_shell_bindings',
16 'mojo_system', 17 'mojo_system',
17 ], 18 ],
18 'sources': [ 19 'sources': [
19 'examples/sample_app/gles2_client_impl.cc', 20 'examples/sample_app/gles2_client_impl.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'export_dependent_settings': [ 53 'export_dependent_settings': [
53 'mojo_hello_world_bindings', 54 'mojo_hello_world_bindings',
54 ], 55 ],
55 'sources': [ 56 'sources': [
56 'examples/hello_world_service/hello_world_service_impl.cc', 57 'examples/hello_world_service/hello_world_service_impl.cc',
57 'examples/hello_world_service/hello_world_service_impl.h', 58 'examples/hello_world_service/hello_world_service_impl.h',
58 ], 59 ],
59 }, 60 },
60 ], 61 ],
61 } 62 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698