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

Unified Diff: mojo/mojo_nacl_untrusted.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/mojo_nacl.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_nacl_untrusted.gyp
diff --git a/mojo/mojo_nacl_untrusted.gyp b/mojo/mojo_nacl_untrusted.gyp
index 0cb4948d1d5a27e9d4222110ab0a370b71d997bd..859c5706fe3540a048e7859c2167ddcd10c2490e 100644
--- a/mojo/mojo_nacl_untrusted.gyp
+++ b/mojo/mojo_nacl_untrusted.gyp
@@ -9,9 +9,9 @@
'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/build/inverse_depth.py <(DEPTH))/monacl',
},
'includes': [
- 'mojo_variables.gypi',
'../build/common_untrusted.gypi',
'../components/nacl/nacl_defines.gypi',
+ '../third_party/mojo/mojo_variables.gypi',
],
'targets': [
{
@@ -31,7 +31,7 @@
],
'dependencies': [
'mojo_nacl.gyp:monacl_codegen',
- 'mojo_public.gyp:mojo_system_placeholder',
+ '../third_party/mojo/mojo_public.gyp:mojo_system_placeholder',
],
},
{
« no previous file with comments | « mojo/mojo_nacl.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698