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

Unified Diff: mojo/mojo_examples.gypi

Issue 311423003: Provide an API to the example window manager app that supports closing a window. (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 side-by-side diff with in-line comments
Download patch
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 9fe1f1b49dd1fbc4fbab5d1590d016555b97574e..a3cadadfe8425fd0032f1148f4fc00c8eb0c74e4 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',
],
« no previous file with comments | « mojo/examples/window_manager/window_manager.mojom ('k') | mojo/services/public/cpp/view_manager/lib/view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698