Index: syzygy/instrument/instrument.gyp |
diff --git a/syzygy/instrument/instrument.gyp b/syzygy/instrument/instrument.gyp |
index 193a3ae1ae91184eab5c117e65cab4826d3d539b..5e65f06574831bd6c9329256f4789dfbb4b11d9d 100644 |
--- a/syzygy/instrument/instrument.gyp |
+++ b/syzygy/instrument/instrument.gyp |
@@ -70,6 +70,8 @@ |
'transforms/filler_transform.h', |
'transforms/jump_table_count_transform.cc', |
'transforms/jump_table_count_transform.h', |
+ 'transforms/security_cookie_check_hook_transform.h', |
+ 'transforms/security_cookie_check_hook_transform.cc', |
'transforms/thunk_import_references_transform.cc', |
chrisha
2017/05/10 15:12:08
.cc before .h (alphabetical)
0vercl0k
2017/05/10 17:49:52
Done.
|
'transforms/thunk_import_references_transform.h', |
], |
@@ -135,6 +137,7 @@ |
'transforms/entry_thunk_transform_unittest.cc', |
'transforms/filler_transform_unittest.cc', |
'transforms/jump_table_count_transform_unittest.cc', |
+ 'transforms/security_cookie_check_hook_transform_unittest.cc', |
'transforms/thunk_import_references_transform_unittest.cc', |
'transforms/unittest_util.cc', |
'transforms/unittest_util.h', |