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