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

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

Issue 2363733003: Make syzyasan_rtl compile in 64 bit (Closed)
Patch Set: 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') | syzygy/agent/asan/error_info_unittest.cc » ('J')
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 }, { 225 }, {
226 'sources!': [ 226 'sources!': [
227 # Static shadow doesn't work for large address spaces. 227 # Static shadow doesn't work for large address spaces.
228 'static_shadow.cc', 228 'static_shadow.cc',
229 # Kasko is to be removed. 229 # Kasko is to be removed.
230 'reporters/kasko_reporter_unittest.cc', 230 'reporters/kasko_reporter_unittest.cc',
231 # Redirectors are not currently implemented for win64. 231 # Redirectors are not currently implemented for win64.
232 'memory_interceptors_patcher_unittest.cc', 232 'memory_interceptors_patcher_unittest.cc',
233 # Relies on full set of probes. 233 # Relies on full set of probes.
234 'memory_interceptors_unittest.cc', 234 'memory_interceptors_unittest.cc',
235 # Win64 binaries currently don't have the version info.
236 'registry_cache_unittest.cc',
237 'logger_unittest.cc',
238 # PE lib for win64 is sort of stub, so there's nothing 235 # PE lib for win64 is sort of stub, so there's nothing
239 # to test there. 236 # to test there.
240 'iat_patcher_unittest.cc', 237 'iat_patcher_unittest.cc',
241 # Uses 32bit assembler. 238 # Uses 32bit assembler.
242 'heap_managers/block_heap_manager_unittest.cc', 239 'heap_managers/block_heap_manager_unittest.cc',
243 ], 240 ],
244 'sources': ['dummy_shadow.cc'] 241 'sources': ['dummy_shadow.cc']
245 }], 242 }],
246 ], 243 ],
247 'dependencies': [ 244 'dependencies': [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'VCLinkerTool': { 389 'VCLinkerTool': {
393 # 3 corresponds to LTCG:PGOPTIMIZE. 390 # 3 corresponds to LTCG:PGOPTIMIZE.
394 'LinkTimeCodeGeneration': '3', 391 'LinkTimeCodeGeneration': '3',
395 }, 392 },
396 }, 393 },
397 }], 394 }],
398 ], 395 ],
399 }, 396 },
400 ], 397 ],
401 } 398 }
OLDNEW
« no previous file with comments | « no previous file | syzygy/agent/asan/block.h » ('j') | syzygy/agent/asan/error_info_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698