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 /ipc | |
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 'ipc')
-rw-r--r-- | ipc/ipc_nacl.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/ipc_nacl.gyp b/ipc/ipc_nacl.gyp index 6f0d522..5faf9af 100644 --- a/ipc/ipc_nacl.gyp +++ b/ipc/ipc_nacl.gyp @@ -26,7 +26,6 @@ }, 'dependencies': [ '../base/base_nacl.gyp:base_nacl', - '../native_client/tools.gyp:prep_toolchain', ], }, { @@ -56,7 +55,6 @@ ], 'dependencies': [ '../base/base_nacl.gyp:base_nacl_nonsfi', - '../native_client/tools.gyp:prep_toolchain', ], }, ], |