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

Unified Diff: mojo/mojo.gyp

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 f36797728248277884f0ccfea62e443df13ad237..50ca07855618e5eb21ee0156cf5346b4d998f1a8 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -4,7 +4,7 @@
{
'includes': [
- '../third_party/mojo/mojo_variables.gypi',
+ 'mojo_variables.gypi',
],
'targets': [
{
@@ -14,7 +14,7 @@
'dependencies': [
'mojo_base.gyp:mojo_base',
'../third_party/mojo/mojo_edk_tests.gyp:mojo_edk_tests',
- '../third_party/mojo/mojo_public.gyp:mojo_public',
+ '../mojo/mojo_public.gyp:mojo_public',
],
},
]

Powered by Google App Engine
This is Rietveld 408576698