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

Unified Diff: mojo/mojo_services.gypi

Issue 342543002: Mojom interface for Surfaces service (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_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 856f18ed2a3833c5f896ea4bddc98c3b05b003dd..ac08a7005a329ed06d5cbf4f2b21fd44f693e441 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -360,6 +360,23 @@
],
},
{
+ 'target_name': 'mojo_surfaces_bindings',
+ 'type': 'static_library',
+ 'sources': [
+ 'services/public/interfaces/surfaces/surfaces.mojom',
+ 'services/public/interfaces/surfaces/surface_id.mojom',
+ 'services/public/interfaces/surfaces/quads.mojom',
+ ],
+ 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
+ 'export_dependent_settings': [
+ 'mojo_cpp_bindings',
+ ],
+ 'dependencies': [
+ 'mojo_cpp_bindings',
+ 'mojo_geometry_bindings',
+ ],
+ },
+ {
'target_name': 'mojo_test_service_bindings',
'type': 'static_library',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698