summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_examples.gypi
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-06 04:50:27 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-06 04:50:27 +0000
commit2457ca9a58046ab186efa258c14f88b72fe4ad00 (patch)
tree950a1b61f619bfb8900b99fdae38514f817c0705 /mojo/mojo_examples.gypi
parent3ef5ee22742a33564b826668efc20eb045072cf5 (diff)
downloadchromium_src-2457ca9a58046ab186efa258c14f88b72fe4ad00.zip
chromium_src-2457ca9a58046ab186efa258c14f88b72fe4ad00.tar.gz
chromium_src-2457ca9a58046ab186efa258c14f88b72fe4ad00.tar.bz2
Provide an API to the example window manager app that supports closing a window.
Listen for clicks in the embedded app and close the corresponding view when clicked. R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/311423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r--mojo/mojo_examples.gypi16
1 files changed, 16 insertions, 0 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 9fe1f1b..a3cadad 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -312,6 +312,20 @@
],
},
{
+ 'target_name': 'mojo_window_manager_bindings',
+ 'type': 'static_library',
+ 'sources': [
+ 'examples/window_manager/window_manager.mojom',
+ ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
+ 'export_dependent_settings': [
+ 'mojo_cpp_bindings',
+ ],
+ 'dependencies': [
+ 'mojo_cpp_bindings',
+ ],
+ },
+ {
'target_name': 'mojo_window_manager',
'type': 'shared_library',
'dependencies': [
@@ -324,6 +338,7 @@
'mojo_geometry_bindings',
'mojo_gles2',
'mojo_view_manager_lib',
+ 'mojo_window_manager_bindings',
'mojo_system_impl',
'mojo_utility',
],
@@ -345,6 +360,7 @@
'mojo_geometry_bindings',
'mojo_gles2',
'mojo_view_manager_lib',
+ 'mojo_window_manager_bindings',
'mojo_system_impl',
'mojo_utility',
],