summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/global-settings/src/dir1/dir1.gyp
blob: 153e34ddd681ca04c9b6c4f2791858e29ea6004d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2012 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.
{
  'targets': [
    {
      'target_name': 'dir1_target',
      'type': 'none',
    },
  ],
}