Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'http_status', |
| 5 | 'type': 'executable', |
| 6 | 'sources': [ |
| 7 | 'http_status.cc', |
| 8 | ], |
| 9 | 'actions': [ |
| 10 | { |
| 11 | 'action_name': 'http_status_gen_embedded', |
| 12 | 'inputs': [ |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame^] | 13 | '<!@(find ./www_defaults)', |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 14 | ], |
| 15 | 'outputs': [ |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame^] | 16 | '<(SHARED_INTERMEDIATE_DIR)/http_status/embedded.h', |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 17 | ], |
| 18 | 'action': [ |
| 19 | 'python', '<(AOS)/externals/seasocks/gen_embedded.py', 'http_status', '<(_outputs)', |
| 20 | ], |
| 21 | }, |
| 22 | ], |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame^] | 23 | 'include_dirs': [ |
| 24 | '<(SHARED_INTERMEDIATE_DIR)/http_status/' |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 25 | ], |
| 26 | 'dependencies': [ |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame^] | 27 | '<(AOS)/linux_code/linux_code.gyp:init', |
| 28 | '<(AOS)/build/aos.gyp:logging', |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 29 | '<(EXTERNALS):seasocks', |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame^] | 30 | '<(DEPTH)/frc971/control_loops/claw/claw.gyp:claw_queue', |
| 31 | '<(DEPTH)/frc971/control_loops/fridge/fridge.gyp:fridge_queue', |
| 32 | '<(AOS)/common/util/util.gyp:phased_loop', |
| 33 | '<(AOS)/common/common.gyp:time', |
| 34 | ], |
| 35 | 'copies': [ |
| 36 | { |
| 37 | 'destination': '<(rsync_dir)', |
| 38 | 'files': [ |
| 39 | 'www', |
| 40 | ], |
| 41 | }, |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 42 | ], |
| 43 | }, |
| 44 | ], |
| 45 | } |