Johan Euphrosine | 3523fdd | 2015-10-14 20:46:05 -0700 | [diff] [blame] | 1 | # Copyright 2015 The Weave Authors. 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 | 'targets': [ |
| 6 | { |
Johan Euphrosine | 3fb474e | 2015-10-29 15:23:53 -0700 | [diff] [blame] | 7 | 'target_name': 'weave_daemon_sample', |
Johan Euphrosine | 3523fdd | 2015-10-14 20:46:05 -0700 | [diff] [blame] | 8 | 'type': 'executable', |
| 9 | 'sources': [ |
Johan Euphrosine | 3fb474e | 2015-10-29 15:23:53 -0700 | [diff] [blame] | 10 | 'sample.cc', |
Johan Euphrosine | 3523fdd | 2015-10-14 20:46:05 -0700 | [diff] [blame] | 11 | ], |
| 12 | 'dependencies': [ |
ilewis | b70fd47 | 2015-10-29 13:24:11 -0700 | [diff] [blame] | 13 | '<@(DEPTH)/libweave_standalone.gyp:libweave', |
| 14 | '<@(DEPTH)/examples/provider/provider.gyp:libweave_provider', |
Johan Euphrosine | 3523fdd | 2015-10-14 20:46:05 -0700 | [diff] [blame] | 15 | ] |
| 16 | } |
| 17 | ] |
| 18 | } |