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

Unified Diff: mojo/mojo_services.gypi

Issue 361123002: Mojo surfaces service and example app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_examples.gypi ('k') | mojo/services/public/interfaces/surfaces/surfaces.mojom » ('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 c11a4bf537a687764697dc4da4a975ac3ca0c928..ccc5014c3fd4096c0ae086b1b21051834a37d5a7 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -133,6 +133,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/gfx.gyp:gfx_test_support',
+ 'mojo_environment_chromium',
'mojo_geometry_lib',
'mojo_run_all_unittests',
'mojo_surfaces_bindings',
@@ -338,6 +339,32 @@
],
},
{
+ 'target_name': 'mojo_surfaces_service',
+ 'type': 'shared_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../cc/cc.gyp:cc',
+ '../cc/cc.gyp:cc_surfaces',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ 'mojo_application',
+ 'mojo_cc_support',
+ 'mojo_environment_chromium',
+ 'mojo_geometry_bindings',
+ 'mojo_geometry_lib',
+ 'mojo_gles2',
+ 'mojo_surfaces_bindings',
+ 'mojo_surfaces_lib',
+ 'mojo_system_impl',
+ ],
+ 'sources': [
+ 'services/surfaces/surfaces_impl.cc',
+ 'services/surfaces/surfaces_impl.h',
+ 'services/surfaces/surfaces_service_application.cc',
+ 'services/surfaces/surfaces_service_application.h',
+ 'public/cpp/application/lib/mojo_main_chromium.cc',
+ ],
+ },
+ {
'target_name': 'mojo_view_manager_common',
'type': 'static_library',
'sources': [
@@ -480,6 +507,7 @@
'dependencies': [
'mojo_cpp_bindings',
'mojo_geometry_bindings',
+ 'mojo_native_viewport_bindings',
],
},
{
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/public/interfaces/surfaces/surfaces.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698