blob: ff4394990a15515b257ca08d9e8739351679415d [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
4 'target_name': 'common',
5 'type': 'static_library',
6 'sources': [
7 'constants.cpp',
8 ],
9 'dependencies': [
10 '<(AOS)/build/aos.gyp:libaos',
11 ],
12 }
13 ],
14}