summaryrefslogtreecommitdiff
path: root/deps/v8/gypfiles/mkgrokdump.gyp
blob: 75e8fc75cd6a98bde62f5b4fecaf47135777634f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2017 the V8 project 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': {
    'v8_code': 1,
  },
  'includes': ['toolchain.gypi', 'features.gypi'],
  'targets': [
    {
      'target_name': 'mkgrokdump',
      'type': 'executable',
      'dependencies': [
        'v8.gyp:v8',
        'v8.gyp:v8_libbase',
        'v8.gyp:v8_libplatform',
      ],
      'include_dirs': [
        '..',
      ],
      'sources': [
        '../test/mkgrokdump/mkgrokdump.cc',
      ],
    },
  ],
}