blob: f80e5cfca1d0f4df56aa61b782356a078eaf8b94 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# Copyright (c) 2012 Google Inc. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'includes': ['common.gypi'],
7 'targets': [
8 {
9 'target_name': 'pull_in_there',
10 'type': 'none',
11 'dependencies': ['there/there.gyp:*'],
12 },
13 {
14 'target_name': 'hello',
15 'type': 'executable',
16 'sources': [
17 'hello.c',
18 ],
19 },
20 ],
21}