Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 1 | { |
| 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 | } |