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

Unified Diff: mojo/mojo.gyp

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/environment/BUILD.gn ('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 5c7bd148d48883596f67fef9eeb36a267c3cd7b5..db66ef29fec14b74eeb633de482aec166de2972a 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -4,7 +4,7 @@
{
'includes': [
- 'mojo_variables.gypi',
+ '../third_party/mojo/mojo_variables.gypi',
],
'targets': [
{
@@ -13,10 +13,10 @@
'type': 'none',
'dependencies': [
'mojo_base.gyp:mojo_base',
- 'mojo_edk_tests.gyp:mojo_edk_tests',
+ '../third_party/mojo/mojo_edk_tests.gyp:mojo_edk_tests',
'mojo_geometry_converters.gyp:mojo_geometry_lib',
'mojo_input_events_converters.gyp:mojo_input_events_lib',
- 'mojo_public.gyp:mojo_public',
+ '../third_party/mojo/mojo_public.gyp:mojo_public',
'mojo_services_public.gyp:mojo_services_public',
],
},
« no previous file with comments | « mojo/environment/BUILD.gn ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698