| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 0852e49e80867ac9ea84bab92d04dcf8c39d0edd..b85c4622c7603bba24a6d5b944a95ddacccb3527 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -48,6 +48,8 @@
|
| 'files/scoped_file.cc',
|
| 'files/scoped_file.h',
|
| 'format_macros.h',
|
| + 'lazy_instance.cc',
|
| + 'lazy_instance.h',
|
| 'logging.cc',
|
| 'logging.h',
|
| 'mac/close_nocancel.cc',
|
| @@ -65,6 +67,8 @@
|
| 'mac/scoped_nsautorelease_pool.h',
|
| 'mac/scoped_nsautorelease_pool.mm',
|
| 'mac/scoped_nsobject.h',
|
| + 'memory/aligned_memory.cc',
|
| + 'memory/aligned_memory.h',
|
| 'memory/scoped_policy.h',
|
| 'memory/scoped_ptr.h',
|
| 'move.h',
|
|
|