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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 }, | 218 }, |
219 }, | 219 }, |
220 }, { | 220 }, { |
221 'sources!': [ | 221 'sources!': [ |
222 # Static shadow doesn't work for large address spaces. | 222 # Static shadow doesn't work for large address spaces. |
223 'static_shadow.cc', | 223 'static_shadow.cc', |
224 # Redirectors are not currently implemented for win64. | 224 # Redirectors are not currently implemented for win64. |
225 'memory_interceptors_patcher_unittest.cc', | 225 'memory_interceptors_patcher_unittest.cc', |
226 # Relies on full set of probes. | 226 # Relies on full set of probes. |
227 'memory_interceptors_unittest.cc', | 227 'memory_interceptors_unittest.cc', |
228 # Win64 binaries currently don't have the version info. | |
229 'registry_cache_unittest.cc', | |
230 'logger_unittest.cc', | |
231 # PE lib for win64 is sort of stub, so there's nothing | 228 # PE lib for win64 is sort of stub, so there's nothing |
232 # to test there. | 229 # to test there. |
233 'iat_patcher_unittest.cc', | 230 'iat_patcher_unittest.cc', |
234 # Uses 32bit assembler. | 231 # Uses 32bit assembler. |
235 'heap_managers/block_heap_manager_unittest.cc', | 232 'heap_managers/block_heap_manager_unittest.cc', |
236 ], | 233 ], |
237 'sources': ['dummy_shadow.cc'] | 234 'sources': ['dummy_shadow.cc'] |
238 }], | 235 }], |
239 ], | 236 ], |
240 'dependencies': [ | 237 'dependencies': [ |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'VCLinkerTool': { | 382 'VCLinkerTool': { |
386 # 3 corresponds to LTCG:PGOPTIMIZE. | 383 # 3 corresponds to LTCG:PGOPTIMIZE. |
387 'LinkTimeCodeGeneration': '3', | 384 'LinkTimeCodeGeneration': '3', |
388 }, | 385 }, |
389 }, | 386 }, |
390 }], | 387 }], |
391 ], | 388 ], |
392 }, | 389 }, |
393 ], | 390 ], |
394 } | 391 } |
OLD | NEW |