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)', |
Brian Silverman | 9be949c | 2015-05-14 00:15:21 -0400 | [diff] [blame] | 14 | '<(AOS)/externals/seasocks/gen_embedded.py', |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 15 | ], |
| 16 | 'outputs': [ |
Brian Silverman | b691f5e | 2015-08-02 11:37:55 -0700 | [diff] [blame] | 17 | '<(SHARED_INTERMEDIATE_DIR)/http_status/y2015/http_status/embedded.h', |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 18 | ], |
| 19 | 'action': [ |
Brian Silverman | 9be949c | 2015-05-14 00:15:21 -0400 | [diff] [blame] | 20 | 'python', '<(AOS)/externals/seasocks/gen_embedded.py', '<(_outputs)', |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 21 | ], |
| 22 | }, |
| 23 | ], |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame] | 24 | 'include_dirs': [ |
| 25 | '<(SHARED_INTERMEDIATE_DIR)/http_status/' |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 26 | ], |
| 27 | 'dependencies': [ |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame] | 28 | '<(AOS)/linux_code/linux_code.gyp:init', |
| 29 | '<(AOS)/build/aos.gyp:logging', |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 30 | '<(EXTERNALS):seasocks', |
Brian Silverman | b691f5e | 2015-08-02 11:37:55 -0700 | [diff] [blame] | 31 | '<(DEPTH)/y2015/control_loops/claw/claw.gyp:claw_queue', |
| 32 | '<(DEPTH)/y2015/control_loops/fridge/fridge.gyp:fridge_queue', |
Comran Morshed | c4ce951 | 2015-03-08 11:51:09 +0000 | [diff] [blame] | 33 | '<(AOS)/common/util/util.gyp:phased_loop', |
| 34 | '<(AOS)/common/common.gyp:time', |
| 35 | ], |
| 36 | 'copies': [ |
| 37 | { |
| 38 | 'destination': '<(rsync_dir)', |
| 39 | 'files': [ |
| 40 | 'www', |
| 41 | ], |
| 42 | }, |
Comran Morshed | fe7f9ea | 2015-02-19 23:52:57 +0000 | [diff] [blame] | 43 | ], |
| 44 | }, |
| 45 | ], |
| 46 | } |