Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Side by Side Diff: syzygy/agent/asan/asan.gyp

Issue 2363733003: Make syzyasan_rtl compile in 64 bit (Closed)
Patch Set: Nits. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | syzygy/agent/asan/block.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | syzygy/agent/asan/block.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698