Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # 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 } | |
| OLD | NEW |