summaryrefslogtreecommitdiffstats
path: root/chromium/native_client/src/untrusted/irt/irt_test.gyp
blob: 85238b4937f79138657b526ec8f6b4ec023be671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2012 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'variables': {
    'irt_test_nexe': 'irt_core',
    'irt_test_dep': 'irt.gyp:irt_core_nexe',
  },
  'includes': [
    '../../../build/common.gypi',
    'check_tls.gypi',
  ],
}