| Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| index a2e9e1fea701be0280a2eba970d4501d722536ab..946437d9619f2f2c5bdd242f9b7af181c003965e 100644
|
| --- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| +++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp
|
| @@ -51,9 +51,6 @@
|
| '-DPNACL_SHIM_AOT',
|
| ],
|
| },
|
| - 'dependencies': [
|
| - '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
| - ],
|
| },
|
| # Smaller shim library for PNaCl in-browser translation.
|
| # Uses an unstable IRT hook interface to get the shim from the IRT itself.
|
| @@ -87,9 +84,6 @@
|
| '--strip-debug',
|
| ],
|
| },
|
| - 'dependencies': [
|
| - '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
| - ],
|
| },
|
| {
|
| # Second half of shim library for PNaCl in-browser translation.
|
| @@ -109,9 +103,6 @@
|
| 'pnacl_shim.c',
|
| ],
|
| },
|
| - 'dependencies': [
|
| - '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
| - ],
|
| },
|
| ],
|
| }
|
|
|