blob: a0065dbf880da061ccfaeb8d818943eafe6f9a6a [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)',
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000014 ],
15 'outputs': [
Comran Morshedc4ce9512015-03-08 11:51:09 +000016 '<(SHARED_INTERMEDIATE_DIR)/http_status/embedded.h',
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000017 ],
18 'action': [
19 'python', '<(AOS)/externals/seasocks/gen_embedded.py', 'http_status', '<(_outputs)',
20 ],
21 },
22 ],
Comran Morshedc4ce9512015-03-08 11:51:09 +000023 'include_dirs': [
24 '<(SHARED_INTERMEDIATE_DIR)/http_status/'
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000025 ],
26 'dependencies': [
Comran Morshedc4ce9512015-03-08 11:51:09 +000027 '<(AOS)/linux_code/linux_code.gyp:init',
28 '<(AOS)/build/aos.gyp:logging',
Comran Morshedfe7f9ea2015-02-19 23:52:57 +000029 '<(EXTERNALS):seasocks',
Comran Morshedc4ce9512015-03-08 11:51:09 +000030 '<(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 Morshedfe7f9ea2015-02-19 23:52:57 +000042 ],
43 },
44 ],
45}