diff options
author | ncbray <ncbray@chromium.org> | 2015-04-21 09:06:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-21 16:06:59 +0000 |
commit | e9705fd6b87e9487773f58430aecc542e300911d (patch) | |
tree | 0d13f752d24cdb337632a1975d8eca047f478f23 /third_party/usrsctp | |
parent | 968594ef8f366832dfe9632c3a27d433187dea88 (diff) | |
download | chromium_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 'third_party/usrsctp')
-rw-r--r-- | third_party/usrsctp/usrsctp_nacl.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/usrsctp/usrsctp_nacl.gyp b/third_party/usrsctp/usrsctp_nacl.gyp index bf5c84f..7cce5e7 100644 --- a/third_party/usrsctp/usrsctp_nacl.gyp +++ b/third_party/usrsctp/usrsctp_nacl.gyp @@ -16,7 +16,6 @@ 'build_pnacl_newlib': 1, }, 'dependencies': [ - '<(DEPTH)/native_client/tools.gyp:prep_toolchain', '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted', '<(DEPTH)/third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', ], |