diff options
author | jvoung <jvoung@chromium.org> | 2015-08-19 12:55:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-19 19:56:22 +0000 |
commit | c90aa415d957a8677c06e267798885796b6520c3 (patch) | |
tree | 267ced50cee834eb403d354dd3be9ba9bd1a54cf /ppapi | |
parent | dafbb3e7092bbee382e2de11f0da66849895474a (diff) | |
download | chromium_src-c90aa415d957a8677c06e267798885796b6520c3.zip chromium_src-c90aa415d957a8677c06e267798885796b6520c3.tar.gz chromium_src-c90aa415d957a8677c06e267798885796b6520c3.tar.bz2 |
Remove irt_test.gyp file from NaCl. Nothing refers to it.
It refers to check_tls.gypi, which has been removed too:
https://codereview.chromium.org/153583010/diff/1050001/src/untrusted/irt/check_tls.gypi
BUG=none
Review URL: https://codereview.chromium.org/1298413002
Cr-Commit-Position: refs/heads/master@{#344310}
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/native_client/irt_test.gyp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ppapi/native_client/irt_test.gyp b/ppapi/native_client/irt_test.gyp deleted file mode 100644 index 2054605..0000000 --- a/ppapi/native_client/irt_test.gyp +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'conditions': [ - ['disable_nacl==0 and disable_nacl_untrusted==0', { - 'variables': { - 'irt_test_nexe': '', - 'irt_test_dep': 'native_client.gyp:nacl_irt', - }, - 'includes': [ - '../../native_client/build/common.gypi', - '../../native_client/src/untrusted/irt/check_tls.gypi', - ], - }], - ], -} |