Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / src / tools / tls_edit / tls_edit.gyp
1 # Copyright (c) 2014 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   'includes': [
7     '../../../build/common.gypi',
8   ],
9   'targets': [
10     {
11       'target_name': 'tls_edit',
12       'type': 'executable',
13       'toolsets': ['host'],
14       'sources': [
15         'tls_edit.c',
16       ],
17       'dependencies': [
18         '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
19         '<(DEPTH)/native_client/src/trusted/validator_ragel/rdfa_validator.gyp:rdfa_validator',
20       ],
21     },
22   ],
23 }