diff options
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 8 |
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', ], |