| OLD | NEW |
| 1 # Copyright 2012 Google Inc. All Rights Reserved. | 1 # Copyright 2012 Google Inc. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Licensed under the Apache License, Version 2.0 (the "License"); | 3 # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 # you may not use this file except in compliance with the License. | 4 # you may not use this file except in compliance with the License. |
| 5 # You may obtain a copy of the License at | 5 # You may obtain a copy of the License at |
| 6 # | 6 # |
| 7 # http://www.apache.org/licenses/LICENSE-2.0 | 7 # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 # | 8 # |
| 9 # Unless required by applicable law or agreed to in writing, software | 9 # Unless required by applicable law or agreed to in writing, software |
| 10 # distributed under the License is distributed on an "AS IS" BASIS, | 10 # distributed under the License is distributed on an "AS IS" BASIS, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 # Assembler unittests. | 32 # Assembler unittests. |
| 33 '<(src)/syzygy/assm/assm.gyp:assm_unittests', | 33 '<(src)/syzygy/assm/assm.gyp:assm_unittests', |
| 34 | 34 |
| 35 # Application unittests. | 35 # Application unittests. |
| 36 '<(src)/syzygy/application/application.gyp:application_unittests', | 36 '<(src)/syzygy/application/application.gyp:application_unittests', |
| 37 | 37 |
| 38 # Agent tests. | 38 # Agent tests. |
| 39 '<(src)/syzygy/agent/asan/asan.gyp:syzyasan_hp_unittests', | 39 '<(src)/syzygy/agent/asan/asan.gyp:syzyasan_hp_unittests', |
| 40 '<(src)/syzygy/agent/asan/asan.gyp:syzyasan_rtl_unittests', | 40 '<(src)/syzygy/agent/asan/asan.gyp:syzyasan_rtl_unittests', |
| 41 '<(src)/syzygy/agent/asan/asan.gyp:syzyasan_rtl_unittests_4g', |
| 41 '<(src)/syzygy/agent/basic_block_entry/basic_block_entry.gyp:' | 42 '<(src)/syzygy/agent/basic_block_entry/basic_block_entry.gyp:' |
| 42 'basic_block_entry_unittests', | 43 'basic_block_entry_unittests', |
| 43 '<(src)/syzygy/agent/common/common.gyp:agent_common_unittests', | 44 '<(src)/syzygy/agent/common/common.gyp:agent_common_unittests', |
| 44 '<(src)/syzygy/agent/coverage/coverage.gyp:coverage_unittests', | 45 '<(src)/syzygy/agent/coverage/coverage.gyp:coverage_unittests', |
| 45 '<(src)/syzygy/agent/memprof/memprof.gyp:memprof_unittests', | 46 '<(src)/syzygy/agent/memprof/memprof.gyp:memprof_unittests', |
| 46 '<(src)/syzygy/agent/profiler/profiler.gyp:profile_unittests', | 47 '<(src)/syzygy/agent/profiler/profiler.gyp:profile_unittests', |
| 47 | 48 |
| 48 # Bard unittests. | 49 # Bard unittests. |
| 49 '<(src)/syzygy/bard/bard.gyp:bard_unittests', | 50 '<(src)/syzygy/bard/bard.gyp:bard_unittests', |
| 50 | 51 |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 ['target_arch == "ia32"', { | 157 ['target_arch == "ia32"', { |
| 157 'sources': [ | 158 'sources': [ |
| 158 # Kasko tests. | 159 # Kasko tests. |
| 159 '<(src)/syzygy/kasko/kasko.gyp:kasko_api_tests', | 160 '<(src)/syzygy/kasko/kasko.gyp:kasko_api_tests', |
| 160 '<(src)/syzygy/kasko/kasko.gyp:kasko_unittests', | 161 '<(src)/syzygy/kasko/kasko.gyp:kasko_unittests', |
| 161 ], | 162 ], |
| 162 }], | 163 }], |
| 163 ], | 164 ], |
| 164 } | 165 } |
| 165 } | 166 } |
| OLD | NEW |