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

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: gn fixes 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
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/public/interfaces/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 981b1c7f0c67af6b6f4c5040ca8a7ea21f6dce8b..498f35dd6dedf453aa8107aba84858f1370302b8 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -443,6 +443,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',
],
},
{
@@ -582,8 +584,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' ],
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/public/interfaces/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698