| Index: breakpad/breakpad.gyp
|
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
|
| index 30da5aeb83308c94a49c7ffc4b434f96513335a7..c57fe308151cadfc5852cb5f82b59336fcf9f56d 100644
|
| --- a/breakpad/breakpad.gyp
|
| +++ b/breakpad/breakpad.gyp
|
| @@ -229,6 +229,8 @@
|
| 'type': '<(library)',
|
|
|
| 'sources': [
|
| + 'src/client/linux/crash_generation/crash_generation_client.cc',
|
| + 'src/client/linux/crash_generation/crash_generation_client.h',
|
| 'src/client/linux/handler/exception_handler.cc',
|
| 'src/client/linux/minidump_writer/directory_reader.h',
|
| 'src/client/linux/minidump_writer/line_reader.h',
|
| @@ -241,6 +243,8 @@
|
| 'src/client/minidump_file_writer.h',
|
| 'src/common/convert_UTF.c',
|
| 'src/common/convert_UTF.h',
|
| + 'src/common/linux/file_id.h',
|
| + 'src/common/linux/file_id.cc',
|
| 'src/common/linux/guid_creator.cc',
|
| 'src/common/linux/guid_creator.h',
|
| 'src/common/linux/linux_libc_support.h',
|
| @@ -298,6 +302,7 @@
|
|
|
| 'include_dirs': [
|
| '..',
|
| + 'src',
|
| ],
|
| },
|
| ],
|
|
|