blob: 132538482d2d50e6cc64a3db6f89e8fe0cfafc00 [file] [log] [blame]
Brian Silverman17f503e2015-08-02 18:17:18 -07001{
2 'targets': [
3 {
4 'target_name': 'profile_params',
5 'type': 'static_library',
6 'sources': [
7 'profile_params.q',
8 ],
9 'variables': {
10 'header_path': 'y2014/queues',
11 },
12 'includes': ['../../aos/build/queues.gypi'],
13 },
14 {
15 'target_name': 'hot_goal',
16 'type': 'static_library',
17 'sources': [
18 'hot_goal.q',
19 ],
20 'variables': {
21 'header_path': 'y2014/queues',
22 },
23 'includes': ['../../aos/build/queues.gypi'],
24 },
25 {
26 'target_name': 'auto_mode',
27 'type': 'static_library',
28 'sources': [
29 'auto_mode.q',
30 ],
31 'variables': {
32 'header_path': 'y2014/queues',
33 },
34 'includes': ['../../aos/build/queues.gypi'],
35 },
36 ],
37}