Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / validator_ragel / rdfa_validator.gyp
1 # Copyright (c) 2013 The Native Client 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': 'rdfa_validator',
12       'type': 'static_library',
13       # tls_edit relies on this which is always built for the host platform.
14       'toolsets': ['host', 'target'],
15       'sources': [
16         'validator_features_all.c',
17         'validator_features_validator.c',
18         'gen/validator_x86_32.c',
19         'gen/validator_x86_64.c',
20       ],
21     },
22   ],
23 }
24