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

Unified Diff: mojo/mojo_examples.gypi

Issue 101413002: [Mojo] Remove dependency between mojo/public and gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 8c80e1cb18ba0a28941a458d3013afcbc58042a0..08b889605d59fe4345399f329adba52441bf2018 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -7,24 +7,24 @@
'../base/base.gyp:base',
'../gpu/gpu.gyp:gles2_c_lib',
'../ui/gl/gl.gyp:gl',
- 'gles2',
- 'gles2_client_impl',
'mojo_common_lib',
+ 'mojo_gles2',
+ 'mojo_gles2_bindings',
+ 'mojo_native_viewport_bindings',
'mojo_system',
- 'native_viewport',
],
'sources': [
+ 'examples/sample_app/gles2_client_impl.cc',
+ 'examples/sample_app/gles2_client_impl.cc',
'examples/sample_app/native_viewport_client_impl.cc',
'examples/sample_app/native_viewport_client_impl.h',
'examples/sample_app/sample_app.cc',
- 'examples/sample_app/sample_gles2_delegate.cc',
- 'examples/sample_app/sample_gles2_delegate.h',
'examples/sample_app/spinning_cube.cc',
'examples/sample_app/spinning_cube.h',
],
},
{
- 'target_name': 'hello_world_service',
+ 'target_name': 'hello_world_bindings',
'type': 'static_library',
'sources': [
'examples/hello_world_service/hello_world_service.mojom',
@@ -36,18 +36,18 @@
],
},
{
- 'target_name': 'hello_world_service_impl',
+ 'target_name': 'hello_world_service',
'type': 'static_library',
- 'sources': [
- 'examples/hello_world_service/hello_world_service_impl.cc',
- 'examples/hello_world_service/hello_world_service_impl.h',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'hello_world_bindings',
],
'export_dependent_settings': [
- 'hello_world_service',
+ 'hello_world_bindings',
],
- 'dependencies': [
- '../base/base.gyp:base',
- 'hello_world_service',
+ 'sources': [
+ 'examples/hello_world_service/hello_world_service_impl.cc',
+ 'examples/hello_world_service/hello_world_service_impl.h',
],
},
],
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698