blob: 90b3cf0d39696c0f2743ffc1a991e815ab6e6c7d [file] [log] [blame]
Brian Silvermanf665d692013-02-17 22:11:39 -08001{
2 'targets': [
3 {
4# This one includes interrupt_bridge.h too.
5 'target_name': 'interrupt_notifier',
6 'type': 'static_library',
7 'sources': [
8 'interrupt_bridge.cc',
9 'interrupt_bridge_c.c',
10 'interrupt_bridge_demo.cc',
11 ],
12 'dependencies': [
13 '<(AOS)/common/common.gyp:time',
14 '<(AOS)/build/aos.gyp:logging',
15 '<(EXTERNALS):WPILib',
16 '<(AOS)/common/messages/messages.gyp:aos_queues',
17 ],
18 'export_dependent_settings': [
19 '<(AOS)/common/common.gyp:time',
20 '<(AOS)/build/aos.gyp:logging',
21 '<(EXTERNALS):WPILib',
22 ],
23 },
24 ],
25}