| Index: syzygy/agent/common/common.gyp
|
| diff --git a/syzygy/agent/common/common.gyp b/syzygy/agent/common/common.gyp
|
| index 54a20139bf2a34d724e0af29d7221d5b61fc4e57..960893006d8e4e06cf115b6e25f3c86ff627ab27 100644
|
| --- a/syzygy/agent/common/common.gyp
|
| +++ b/syzygy/agent/common/common.gyp
|
| @@ -35,8 +35,8 @@
|
| 'scoped_last_error_keeper.h',
|
| 'stack_capture.cc',
|
| 'stack_capture.h',
|
| - 'stack_walker_x86.cc',
|
| - 'stack_walker_x86.h',
|
| + 'stack_walker.cc',
|
| + 'stack_walker.h',
|
| 'thread_state.cc',
|
| 'thread_state.h',
|
| ],
|
| @@ -57,7 +57,7 @@
|
| 'hot_patcher_unittest.cc',
|
| 'process_utils_unittest.cc',
|
| 'stack_capture_unittest.cc',
|
| - 'stack_walker_x86_unittest.cc',
|
| + 'stack_walker_unittest.cc',
|
| 'thread_state_unittest.cc',
|
| '<(src)/syzygy/testing/run_all_unittests.cc',
|
| ],
|
|
|