| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 5d26fc4d44528fa315ed60b8bec381de76469b33..4447072ce4ee7c6809f4ccd7bb1c86b27c6ae0bb 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -230,15 +230,10 @@
|
| }],
|
| ],
|
| 'sources': [
|
| - 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
|
| - 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
|
| 'async_socket_io_handler.h',
|
| 'async_socket_io_handler_posix.cc',
|
| 'async_socket_io_handler_win.cc',
|
| 'auto_reset.h',
|
| - 'event_recorder.h',
|
| - 'event_recorder_stubs.cc',
|
| - 'event_recorder_win.cc',
|
| 'linux_util.cc',
|
| 'linux_util.h',
|
| 'message_loop/message_pump_android.cc',
|
| @@ -256,8 +251,10 @@
|
| 'posix/file_descriptor_shuffle.cc',
|
| 'posix/file_descriptor_shuffle.h',
|
| 'sync_socket.h',
|
| - 'sync_socket_win.cc',
|
| 'sync_socket_posix.cc',
|
| + 'sync_socket_win.cc',
|
| + 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
|
| + 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
|
| ],
|
| 'includes': [
|
| '../build/android/increase_size_for_speed.gypi',
|
| @@ -1166,15 +1163,10 @@
|
| 4267,
|
| ],
|
| 'sources': [
|
| - 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
|
| - 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
|
| 'async_socket_io_handler.h',
|
| 'async_socket_io_handler_posix.cc',
|
| 'async_socket_io_handler_win.cc',
|
| 'auto_reset.h',
|
| - 'event_recorder.h',
|
| - 'event_recorder_stubs.cc',
|
| - 'event_recorder_win.cc',
|
| 'linux_util.cc',
|
| 'linux_util.h',
|
| 'md5.cc',
|
| @@ -1186,8 +1178,10 @@
|
| 'posix/file_descriptor_shuffle.cc',
|
| 'posix/file_descriptor_shuffle.h',
|
| 'sync_socket.h',
|
| - 'sync_socket_win.cc',
|
| 'sync_socket_posix.cc',
|
| + 'sync_socket_win.cc',
|
| + 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
|
| + 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
|
| ],
|
| },
|
| {
|
|
|