summaryrefslogtreecommitdiff
path: root/deps/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/prog5.gyp
blob: fe1c9cbf50f49ab3bfcd6ca0a21b56a7376fe9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'includes': [
    '../../../../builddir.gypi',
  ],
  'targets': [
    {
      'target_name': 'prog5',
      'type': 'executable',
      'sources': [
        'prog5.c',
        '../../../../func5.c',
      ],
    },
  ],
}