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

Unified Diff: mojo/mojo.gyp

Issue 691573003: Split out mojo_converters into its own target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explode! Created 6 years, 2 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 | « no previous file | mojo/mojo_converters.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 8102d1a11f20341965f7ea679e0d539fb5ba9f06..9f4f1afe9dc37d63036fdc2c1db9919d6584daa2 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -4,7 +4,6 @@
{
'includes': [
- 'mojo_converters.gypi',
'mojo_variables.gypi',
],
'targets': [
@@ -17,11 +16,11 @@
'mojo_application_manager',
'mojo_application_manager_unittests',
'mojo_base.gyp:mojo_base',
- 'mojo_geometry_lib',
- 'mojo_input_events_lib',
+ 'mojo_geometry_converters.gyp:mojo_geometry_lib',
+ 'mojo_input_events_converters.gyp:mojo_input_events_lib',
'mojo_js_unittests',
- 'mojo_surfaces_lib',
- 'mojo_surfaces_lib_unittests',
+ 'mojo_surface_converters.gyp:mojo_surfaces_lib',
+ 'mojo_surface_converters.gyp:mojo_surfaces_lib_unittests',
'services/public/mojo_services_public.gyp:mojo_services_public',
'public/mojo_public.gyp:mojo_public',
],
« no previous file with comments | « no previous file | mojo/mojo_converters.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698