blob: 0402a290eba8e8505e7ec2a66a8b888f7089f6a5 [file] [log] [blame]
Johan Euphrosine3523fdd2015-10-14 20:46:05 -07001# 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 Euphrosine3fb474e2015-10-29 15:23:53 -07007 'target_name': 'weave_daemon_lock',
Johan Euphrosine3523fdd2015-10-14 20:46:05 -07008 'type': 'executable',
9 'sources': [
Johan Euphrosine3fb474e2015-10-29 15:23:53 -070010 'lock.cc',
Johan Euphrosine3523fdd2015-10-14 20:46:05 -070011 ],
12 'dependencies': [
ilewisb70fd472015-10-29 13:24:11 -070013 '<@(DEPTH)/libweave_standalone.gyp:libweave',
14 '<@(DEPTH)/examples/provider/provider.gyp:libweave_provider',
Johan Euphrosine3523fdd2015-10-14 20:46:05 -070015 ]
16 }
17 ]
18}