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 /base/base_nacl.gyp | |
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 'base/base_nacl.gyp')
-rw-r--r-- | base/base_nacl.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp index 90a2893..40005d2 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', ], }, |