1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 { 6 'conditions': [ 7 ['disable_nacl==0 and disable_nacl_untrusted==0', { 8 'variables': { 9 'irt_test_nexe': '', 10 'irt_test_dep': 'native_client.gyp:nacl_irt', 11 }, 12 'includes': [ 13 '../../native_client/build/common.gypi', 14 '../../native_client/src/untrusted/irt/check_tls.gypi', 15 ], 16 }], 17 ], 18 } 19