Hide location icon bubble on 2nd click.
[chromium-blink-merge.git] / ppapi / native_client / irt_test.gyp
blob20546056b25dfbf7ff8cf30512ac36daba415f40
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.
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   ],