| Index: base/base_nacl.gyp
|
| diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
|
| index 90a2893060a37efc2224b89a20384c15a6b484ce..40005d2cafb24ea0f81e0457ec3c1d4ef941f287 100644
|
| --- a/base/base_nacl.gyp
|
| +++ b/base/base_nacl.gyp
|
| @@ -39,9 +39,6 @@
|
| '-fno-strict-aliasing',
|
| ],
|
| },
|
| - 'dependencies': [
|
| - '../native_client/tools.gyp:prep_toolchain',
|
| - ],
|
| },
|
| {
|
| 'target_name': 'base_i18n_nacl',
|
| @@ -63,7 +60,6 @@
|
| ],
|
| },
|
| 'dependencies': [
|
| - '../native_client/tools.gyp:prep_toolchain',
|
| '../third_party/icu/icu_nacl.gyp:icudata_nacl',
|
| '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
|
| '../third_party/icu/icu_nacl.gyp:icuuc_nacl',
|
| @@ -113,7 +109,6 @@
|
| 'rand_util_nacl.cc',
|
| ],
|
| 'dependencies': [
|
| - '../native_client/tools.gyp:prep_toolchain',
|
| '../third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
|
| ],
|
| },
|
|
|