Brian Silverman | ba3de7e | 2013-05-08 16:18:15 -0700 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'driver_station_data', |
| 5 | 'type': 'static_library', |
| 6 | 'sources': [ |
| 7 | 'driver_station_data.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(EXTERNALS):WPILib-NetworkRobotValues', |
Austin Schuh | 374fd17 | 2014-10-25 17:57:54 -0700 | [diff] [blame^] | 11 | '<(AOS)/common/messages/messages.gyp:robot_state', |
Brian Silverman | ba3de7e | 2013-05-08 16:18:15 -0700 | [diff] [blame] | 12 | ], |
| 13 | 'export_dependent_settings': [ |
| 14 | '<(EXTERNALS):WPILib-NetworkRobotValues', |
Austin Schuh | 374fd17 | 2014-10-25 17:57:54 -0700 | [diff] [blame^] | 15 | '<(AOS)/common/messages/messages.gyp:robot_state', |
Brian Silverman | ba3de7e | 2013-05-08 16:18:15 -0700 | [diff] [blame] | 16 | ], |
| 17 | }, |
| 18 | ], |
| 19 | } |