summaryrefslogtreecommitdiff
path: root/deps/gyp/test/variables/commands/repeated_multidir/dir_1/test_1.gyp
blob: 328fc306cd38a086794e20761b3b6fd470485c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2014 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.

{
  'variables': {
    'expected_value': 'dir_1',
    'target_name': 'target_1',
  },
  'includes': [
    '../repeated_command_common.gypi',
  ],
}