blob: c78a1fc537a268c0ebb3383264f36740b39819a7 [file] [log] [blame]
Comran Morshedfe7f9ea2015-02-19 23:52:57 +00001{
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 Morshedc4ce9512015-03-08 11:51:09 +000013 '<!@(find ./www_defaults)',
Brian Silverman9be949c2015-05-14 00:15:21 -040014 '<(AOS)/externals/seasocks/gen_embedded.py',
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000015 ],
16 'outputs': [
Brian Silvermanb691f5e2015-08-02 11:37:55 -070017 '<(SHARED_INTERMEDIATE_DIR)/http_status/y2015/http_status/embedded.h',
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000018 ],
19 'action': [
Brian Silverman9be949c2015-05-14 00:15:21 -040020 'python', '<(AOS)/externals/seasocks/gen_embedded.py', '<(_outputs)',
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000021 ],
22 },
23 ],
Comran Morshedc4ce9512015-03-08 11:51:09 +000024 'include_dirs': [
25 '<(SHARED_INTERMEDIATE_DIR)/http_status/'
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000026 ],
27 'dependencies': [
Comran Morshedc4ce9512015-03-08 11:51:09 +000028 '<(AOS)/linux_code/linux_code.gyp:init',
29 '<(AOS)/build/aos.gyp:logging',
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000030 '<(EXTERNALS):seasocks',
Brian Silvermanb691f5e2015-08-02 11:37:55 -070031 '<(DEPTH)/y2015/control_loops/claw/claw.gyp:claw_queue',
32 '<(DEPTH)/y2015/control_loops/fridge/fridge.gyp:fridge_queue',
Comran Morshedc4ce9512015-03-08 11:51:09 +000033 '<(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 Morshedfe7f9ea2015-02-19 23:52:57 +000043 ],
44 },
45 ],
46}