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

Unified Diff: syzygy/instrument/instrument.gyp

Issue 1169603003: [Syzygy Instrumenter] Add FillerTransform. (Closed) Base URL: https://code.google.com/p/syzygy.git@master
Patch Set: Add test for debug_friendly; cleanups. Created 5 years, 6 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
Index: syzygy/instrument/instrument.gyp
diff --git a/syzygy/instrument/instrument.gyp b/syzygy/instrument/instrument.gyp
index ca37c521ccb0890548f3a22bae34129e5892706b..7ac46e46ce4e2554388ddc5cd82675af439664f2 100644
--- a/syzygy/instrument/instrument.gyp
+++ b/syzygy/instrument/instrument.gyp
@@ -64,6 +64,8 @@
'transforms/entry_call_transform.h',
'transforms/entry_thunk_transform.cc',
'transforms/entry_thunk_transform.h',
+ 'transforms/filler_transform.cc',
+ 'transforms/filler_transform.h',
'transforms/jump_table_count_transform.cc',
'transforms/jump_table_count_transform.h',
'transforms/thunk_import_references_transform.cc',
@@ -129,6 +131,7 @@
'transforms/coverage_transform_unittest.cc',
'transforms/entry_call_transform_unittest.cc',
'transforms/entry_thunk_transform_unittest.cc',
+ 'transforms/filler_transform_unittest.cc',
'transforms/jump_table_count_transform_unittest.cc',
'transforms/thunk_import_references_transform_unittest.cc',
'transforms/unittest_util.cc',
« no previous file with comments | « no previous file | syzygy/instrument/transforms/filler_transform.h » ('j') | syzygy/instrument/transforms/filler_transform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698