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

Unified Diff: mojo/mojo_services.gypi

Issue 504443002: Update mojo surfaces bindings and mojo/cc/ glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 20516bad355cf72ddf1b57fefcec3ca80bb0fa3c..c5d632935ebd102f02d712518241f7722770aceb 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -430,6 +430,8 @@
'services/surfaces/surfaces_impl.h',
'services/surfaces/surfaces_service_application.cc',
'services/surfaces/surfaces_service_application.h',
+ 'services/surfaces/surfaces_service_impl.cc',
+ 'services/surfaces/surfaces_service_impl.h',
],
},
{
@@ -565,8 +567,9 @@
'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/surfaces.mojom',
+ 'services/public/interfaces/surfaces/surfaces_service.mojom',
'services/public/interfaces/surfaces/quads.mojom',
],
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],

Powered by Google App Engine
This is Rietveld 408576698