Chromium Code Reviews| Index: syzygy/instrument/instrument.gyp |
| diff --git a/syzygy/instrument/instrument.gyp b/syzygy/instrument/instrument.gyp |
| index 193a3ae1ae91184eab5c117e65cab4826d3d539b..aa0f0d1d0d65e57b93a895bdcf6936d2733c8dc5 100644 |
| --- a/syzygy/instrument/instrument.gyp |
| +++ b/syzygy/instrument/instrument.gyp |
| @@ -72,6 +72,8 @@ |
| 'transforms/jump_table_count_transform.h', |
| 'transforms/thunk_import_references_transform.cc', |
| 'transforms/thunk_import_references_transform.h', |
| + 'transforms/security_cookie_check_hook_transform.h', |
|
chrisha
2017/05/09 19:18:38
Move these lines to before thunk_import_references
|
| + 'transforms/security_cookie_check_hook_transform.cc', |
| ], |
| 'dependencies': [ |
| '<(src)/base/base.gyp:base', |
| @@ -136,6 +138,7 @@ |
| 'transforms/filler_transform_unittest.cc', |
| 'transforms/jump_table_count_transform_unittest.cc', |
| 'transforms/thunk_import_references_transform_unittest.cc', |
| + 'transforms/security_cookie_check_hook_transform_unittest.cc', |
|
chrisha
2017/05/09 19:18:38
Ditto.
|
| 'transforms/unittest_util.cc', |
| 'transforms/unittest_util.h', |
| '<(src)/syzygy/testing/run_all_unittests.cc', |