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

Unified Diff: mojo/mojo.gyp

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/edk/mojo_edk_tests.gyp ('k') | mojo/mojo_base.gyp » ('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 10d0ae857065b551881d14647a963714b28e80a3..5c7bd148d48883596f67fef9eeb36a267c3cd7b5 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -12,12 +12,12 @@
'target_name': 'mojo',
'type': 'none',
'dependencies': [
- 'edk/mojo_edk_tests.gyp:mojo_edk_tests',
'mojo_base.gyp:mojo_base',
+ 'mojo_edk_tests.gyp:mojo_edk_tests',
'mojo_geometry_converters.gyp:mojo_geometry_lib',
'mojo_input_events_converters.gyp:mojo_input_events_lib',
- 'services/public/mojo_services_public.gyp:mojo_services_public',
- 'public/mojo_public.gyp:mojo_public',
+ 'mojo_public.gyp:mojo_public',
+ 'mojo_services_public.gyp:mojo_services_public',
],
},
]
« no previous file with comments | « mojo/edk/mojo_edk_tests.gyp ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698