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

Unified Diff: mojo/mojo.gyp

Issue 298253005: Move geometry to mojo/services, extract input events to their own mojom (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
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 5bbe9bfa103b153f2db4f0ef608686a0df80ddd5..e8cb08c7870812cd210dc503f4a57e1e9efa5179 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -456,23 +456,6 @@
],
},
{
- 'target_name': 'mojo_geometry_lib',
- 'type': '<(component)',
- 'defines': [
- 'MOJO_GEOMETRY_IMPLEMENTATION',
- ],
- 'dependencies': [
- '../ui/gfx/gfx.gyp:gfx_geometry',
- 'mojo_environment_chromium',
- 'mojo_geometry_bindings',
- 'mojo_system_impl',
- ],
- 'sources': [
- 'geometry/geometry_type_converters.cc',
- 'geometry/geometry_type_converters.h',
- ],
- },
- {
'target_name': 'mojo_shell_lib',
'type': 'static_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698