summaryrefslogtreecommitdiff
path: root/deps/gyp/test/variables/commands/repeated_multidir/dir_2/test_2.gyp
blob: 18e0c62c937e8a4e59c7245defc2f417f91c0683 (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_2',
    'target_name': 'target_2',
  },
  'includes': [
    '../repeated_command_common.gypi',
  ],
}