Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / untrusted / minidump_generator / minidump_generator.gyp
1 # -*- gyp -*-
2 # Copyright (c) 2013 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 {
7   'includes': [
8     '../../../build/common.gypi',
9   ],
10   'targets' : [
11     {
12       'target_name': 'minidump_lib',
13       'type': 'none',
14       'variables': {
15         'nlib_target': 'libminidump_generator.a',
16         'nso_target': 'libminidump_generator.so',
17         'build_glibc': 1,
18         'build_newlib': 1,
19         'build_pnacl_newlib': 1,
20         # Allow Breakpad headers to #include other Breakpad headers.
21         'include_dirs': ['<(DEPTH)/breakpad/src'],
22       },
23       'sources': [
24         'build_id.cc',
25         'minidump_generator.cc',
26       ],
27       'dependencies': [
28         '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
29       ],
30     },
31   ],
32 }