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

Unified Diff: syzygy/agent/asan/asan.gyp

Issue 2427043003: Enable the IAT patcher unittests in x64. (Closed)
Patch Set: Comments. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | syzygy/agent/asan/iat_patcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/asan.gyp
diff --git a/syzygy/agent/asan/asan.gyp b/syzygy/agent/asan/asan.gyp
index 0d3cdf3abff1acc0768bcc2027ab0e76063b0d7a..85acfc0f4b69cdf73413660e5e0037e70f63c556 100644
--- a/syzygy/agent/asan/asan.gyp
+++ b/syzygy/agent/asan/asan.gyp
@@ -217,6 +217,9 @@
'LargeAddressAware': 1,
},
},
+ 'dependencies': [
+ '<(src)/syzygy/pe/pe.gyp:test_dll',
+ ],
}, {
'sources!': [
# Static shadow doesn't work for large address spaces.
@@ -225,13 +228,13 @@
'memory_interceptors_patcher_unittest.cc',
# Relies on full set of probes.
'memory_interceptors_unittest.cc',
- # PE lib for win64 is sort of stub, so there's nothing
- # to test there.
- 'iat_patcher_unittest.cc',
# Uses 32bit assembler.
'heap_managers/block_heap_manager_unittest.cc',
],
- 'sources': ['dummy_shadow.cc']
+ 'sources': ['dummy_shadow.cc'],
+ 'dependencies': [
+ '<(src)/syzygy/pe/pe.gyp:test_dll_x64',
+ ],
}],
],
'dependencies': [
« no previous file with comments | « no previous file | syzygy/agent/asan/iat_patcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698