brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | # This file has the executables etc that AOS builds. |
| 2 | # User .gyp files for the atom should depend on :Atom. |
| 3 | # User .gyp files for the crio should depend on :Crio. |
| 4 | { |
| 5 | 'targets': [ |
| 6 | { |
| 7 | 'target_name': 'Atom', |
| 8 | 'type': 'none', |
| 9 | 'variables': { |
| 10 | 'no_rsync': 1, |
| 11 | }, |
| 12 | 'dependencies': [ |
| 13 | '../atom_code/camera/camera.gyp:CameraHTTPStreamer', |
| 14 | '../atom_code/camera/camera.gyp:CameraReader', |
| 15 | '../atom_code/core/core.gyp:*', |
| 16 | #'../atom_code/async_action:*', # TODO(brians) fix this broken test |
| 17 | '../atom_code/ipc_lib/ipc_lib.gyp:*', |
| 18 | '../atom_code/starter/starter.gyp:*', |
| 19 | '../crio/crio.gyp:unsafe_queue_test', |
| 20 | '../common/common.gyp:queue_test', |
| 21 | #'../common/messages/messages.gyp:*', # TODO(brians) did this test ever exist? |
| 22 | '../atom_code/logging/logging.gyp:*', |
| 23 | '../common/common.gyp:die_test', |
| 24 | ':Common', |
| 25 | ], |
| 26 | }, |
| 27 | { |
| 28 | 'target_name': 'Crio', |
| 29 | 'type': 'none', |
| 30 | 'dependencies': [ |
| 31 | '../crio/googletest/googletest.gyp:*', |
| 32 | ':Common', |
| 33 | ], |
| 34 | }, |
| 35 | { |
| 36 | 'target_name': 'Common', |
| 37 | 'type': 'none', |
| 38 | 'variables': { |
| 39 | 'no_rsync': 1, |
| 40 | }, |
| 41 | 'dependencies': [ |
| 42 | '<(AOS)/common/common.gyp:type_traits_test', |
| 43 | '<(AOS)/common/common.gyp:time_test', |
| 44 | '<(AOS)/common/common.gyp:mutex_test', |
| 45 | ], |
| 46 | }, |
| 47 | ], |
| 48 | } |