summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorncbray <ncbray@chromium.org>2015-04-21 09:06:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-21 16:06:59 +0000
commite9705fd6b87e9487773f58430aecc542e300911d (patch)
tree0d13f752d24cdb337632a1975d8eca047f478f23 /mojo
parent968594ef8f366832dfe9632c3a27d433187dea88 (diff)
downloadchromium_src-e9705fd6b87e9487773f58430aecc542e300911d.zip
chromium_src-e9705fd6b87e9487773f58430aecc542e300911d.tar.gz
chromium_src-e9705fd6b87e9487773f58430aecc542e300911d.tar.bz2
NaCl/GYP: remove references to prep_toolchain.
prep_toolchain is now a no-op. BUG=456902 Review URL: https://codereview.chromium.org/1097153002 Cr-Commit-Position: refs/heads/master@{#326044}
Diffstat (limited to 'mojo')
-rw-r--r--mojo/mojo_nacl_untrusted.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/mojo/mojo_nacl_untrusted.gyp b/mojo/mojo_nacl_untrusted.gyp
index eeca342..4054b32 100644
--- a/mojo/mojo_nacl_untrusted.gyp
+++ b/mojo/mojo_nacl_untrusted.gyp
@@ -24,7 +24,6 @@
'<(monacl_codegen_dir)/libmojo.cc',
],
'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
'mojo_nacl.gyp:monacl_codegen',
'../third_party/mojo/mojo_public.gyp:mojo_system_placeholder',
],
@@ -44,7 +43,6 @@
'<(monacl_codegen_dir)/mojo_irt.h',
],
'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
'mojo_nacl.gyp:monacl_codegen',
],
'direct_dependent_settings': {
@@ -71,7 +69,6 @@
],
},
'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
'<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib',
'<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
'<(DEPTH)/native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',