summaryrefslogtreecommitdiffstats
path: root/chrome/nacl.gypi
diff options
context:
space:
mode:
authormcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-17 22:12:59 +0000
committermcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-17 22:12:59 +0000
commit348bc3b62b355d91eb32b3fcb101bd25450dbd85 (patch)
tree69a5df0efc973031b9aa4fc9c46403043e1273d7 /chrome/nacl.gypi
parent4443c0d4263edefc3e83a3ef4e13efe2b0fc9f69 (diff)
downloadchromium_src-348bc3b62b355d91eb32b3fcb101bd25450dbd85.zip
chromium_src-348bc3b62b355d91eb32b3fcb101bd25450dbd85.tar.gz
chromium_src-348bc3b62b355d91eb32b3fcb101bd25450dbd85.tar.bz2
NaCl: disable TLS check on IRT nexe
This check is taking too long on Windows hosts. BUG= http://code.google.com/p/chromium/issues/detail?id=149797 TEST= none R=jam@chromium.org,bradnelson@google.com Review URL: https://codereview.chromium.org/10907269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r--chrome/nacl.gypi8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index 7577fc3..3c893ef 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -81,14 +81,6 @@
['disable_nacl_untrusted==0', {
'dependencies': [
'../ppapi/native_client/native_client.gyp:nacl_irt',
- # This is not a real build dependency, but just a way to
- # get a build-time sanity-check to run. We have it rather
- # than some other testing-only sort of place because the
- # CrOS builders only build the chrome and nacl_helper
- # targets and don't build chromium_builder_tests or any
- # such target, and those are the only bots we have that
- # do build for ARM.
- '../ppapi/native_client/irt_test.gyp:*',
'../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim',
'../ppapi/native_client/native_client.gyp:nacl_ipc_irt',
],