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

Unified Diff: mojo/mojo_services.gypi

Issue 298563003: Move geometry types to a more central location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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_public.gypi ('k') | mojo/public/interfaces/geometry/geometry.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 f3433ab570d2b5cb9c13f8086c407382c9fc9106..3c7ddf424875e16aef3dc24df4f46cde4a439efa 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -72,6 +72,7 @@
'mojo_cpp_bindings',
],
'dependencies': [
+ 'mojo_geometry_bindings',
'mojo_cpp_bindings',
],
},
@@ -86,6 +87,8 @@
'../ui/gfx/gfx.gyp:gfx_geometry',
'mojo_common_lib',
'mojo_environment_chromium',
+ 'mojo_geometry_bindings',
+ 'mojo_geometry_lib',
'mojo_gles2_service',
'mojo_native_viewport_bindings',
'mojo_shell_client',
@@ -95,7 +98,6 @@
'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION',
],
'sources': [
- 'services/native_viewport/geometry_conversions.h',
'services/native_viewport/native_viewport.h',
'services/native_viewport/native_viewport_android.cc',
'services/native_viewport/native_viewport_mac.mm',
@@ -221,6 +223,8 @@
'mojo_aura_support',
'mojo_common_lib',
'mojo_environment_chromium',
+ 'mojo_geometry_bindings',
+ 'mojo_geometry_lib',
'mojo_gles2',
'mojo_launcher_bindings',
'mojo_native_viewport_bindings',
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/interfaces/geometry/geometry.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698