summaryrefslogtreecommitdiff
path: root/deps/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp
blob: dbc95a9439c28b13023e0dab1d90ad40215f2fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2010 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': 'test_use_custom_environment_files',
      'type': 'executable',
      'sources': [
        'use-custom-environment-files.cc',
      ],
    },
  ],
}