| Index: snapshot/snapshot.gyp
|
| diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp
|
| index 3f44e6c5916e7322fc773362d9b6f678ceb926f8..4ada9e5c75c1b8b40ecfc5a0426accb846854d0a 100644
|
| --- a/snapshot/snapshot.gyp
|
| +++ b/snapshot/snapshot.gyp
|
| @@ -86,6 +86,8 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| + 'test/test_cpu_context.cc',
|
| + 'test/test_cpu_context.h',
|
| 'test/test_memory_snapshot.cc',
|
| 'test/test_memory_snapshot.h',
|
| 'test/test_module_snapshot.cc',
|
| @@ -109,6 +111,7 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| + 'cpu_context_test.cc',
|
| 'mac/cpu_context_mac_test.cc',
|
| 'mac/mach_o_image_annotations_reader_test.cc',
|
| 'mac/mach_o_image_reader_test.cc',
|
|
|