| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 2aee355026975e157a134dc8cd613b70afdc8d47..d4d1425f83c20c8c914bc2d0e890f238f8baf832 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -182,6 +182,8 @@
|
| 'common/file_descriptor_set_posix.h',
|
| 'common/filter_policy.h',
|
| 'common/gears_api.h',
|
| + 'common/important_file_writer.cc',
|
| + 'common/important_file_writer.h',
|
| 'common/ipc_channel.h',
|
| 'common/ipc_channel_posix.cc',
|
| 'common/ipc_channel_posix.h',
|
| @@ -2309,6 +2311,7 @@
|
| 'common/gfx/emf_unittest.cc',
|
| 'common/gfx/icon_util_unittest.cc',
|
| 'common/gfx/text_elider_unittest.cc',
|
| + 'common/important_file_writer_unittest.cc',
|
| 'common/ipc_message_unittest.cc',
|
| 'common/ipc_sync_channel_unittest.cc',
|
| 'common/ipc_sync_message_unittest.cc',
|
|
|