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

Unified Diff: mojo/mojo_nacl.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_input_events_converters.gyp ('k') | mojo/mojo_nacl_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_nacl.gyp
diff --git a/mojo/mojo_nacl.gyp b/mojo/mojo_nacl.gyp
index d7ffe19a2c9e48f25142e8498b82be7f5a0bf1f5..0215be4dc77241769dc44146cb18d7c6907b30d9 100644
--- a/mojo/mojo_nacl.gyp
+++ b/mojo/mojo_nacl.gyp
@@ -50,7 +50,7 @@
'<(monacl_codegen_dir)/mojo_syscall.cc',
],
'dependencies': [
- 'mojo_public.gyp:mojo_system_placeholder',
+ '../third_party/mojo/mojo_public.gyp:mojo_system_placeholder',
],
},
{
@@ -76,7 +76,7 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
- 'mojo_edk.gyp:mojo_system_impl',
+ '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'monacl_sel',
],
'sources': [
@@ -100,7 +100,7 @@
'<(monacl_codegen_dir)/mojo_syscall.cc',
],
'dependencies': [
- 'mojo_public.gyp:mojo_system_placeholder',
+ '../third_party/mojo/mojo_public.gyp:mojo_system_placeholder',
],
'configurations': {
'Common_Base': {
« no previous file with comments | « mojo/mojo_input_events_converters.gyp ('k') | mojo/mojo_nacl_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698