| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 25060bb587f92254aa7dfeedf0aa8c7a3fbe6019..14414ddffafaa9a19186e480dcdd5644b3211542 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -138,13 +138,9 @@
|
| 'memory/ref_counted_memory.h',
|
| 'memory/scoped_callback_factory.h',
|
| 'memory/scoped_handle.h',
|
| - 'memory/scoped_native_library.cc',
|
| - 'memory/scoped_native_library.h',
|
| 'memory/scoped_nsobject.h',
|
| 'memory/scoped_open_process.h',
|
| 'memory/scoped_ptr.h',
|
| - 'memory/scoped_temp_dir.cc',
|
| - 'memory/scoped_temp_dir.h',
|
| 'memory/scoped_vector.h',
|
| 'memory/singleton.h',
|
| 'memory/weak_ptr.cc',
|
| @@ -205,6 +201,10 @@
|
| 'safe_strerror_posix.cc',
|
| 'safe_strerror_posix.h',
|
| 'scoped_ptr.h',
|
| + 'scoped_native_library.cc',
|
| + 'scoped_native_library.h',
|
| + 'scoped_temp_dir.cc',
|
| + 'scoped_temp_dir.h',
|
| 'sha1.h',
|
| 'sha1_portable.cc',
|
| 'sha1_win.cc',
|
|
|