Index: base/base.gypi |
diff --git a/base/base.gypi b/base/base.gypi |
index 05ad0497e592d2be172062909137dc18ff744576..f086b43c0f6447387fab9d04a9e8f44754e50200 100644 |
--- a/base/base.gypi |
+++ b/base/base.gypi |
@@ -22,6 +22,8 @@ |
'allocator/type_profiler_control.h', |
'android/animation_frame_time_histogram.cc', |
'android/animation_frame_time_histogram.h', |
+ 'android/apk_assets.cc', |
+ 'android/apk_assets.h', |
'android/application_status_listener.cc', |
'android/application_status_listener.h', |
'android/base_jni_onload.cc', |
@@ -128,8 +130,6 @@ |
'callback_internal.h', |
'callback_list.h', |
'cancelable_callback.h', |
- 'chromeos/memory_pressure_monitor_chromeos.cc', |
- 'chromeos/memory_pressure_monitor_chromeos.h', |
'command_line.cc', |
'command_line.h', |
'compiler_specific.h', |
@@ -296,8 +296,6 @@ |
'mac/mac_util.mm', |
'mac/mach_logging.cc', |
'mac/mach_logging.h', |
- 'mac/memory_pressure_monitor_mac.cc', |
- 'mac/memory_pressure_monitor_mac.h', |
'mac/objc_property_releaser.h', |
'mac/objc_property_releaser.mm', |
'mac/os_crash_dumps.cc', |
@@ -342,6 +340,12 @@ |
'memory/memory_pressure_listener.h', |
'memory/memory_pressure_monitor.cc', |
'memory/memory_pressure_monitor.h', |
+ 'memory/memory_pressure_monitor_chromeos.cc', |
+ 'memory/memory_pressure_monitor_chromeos.h', |
+ 'memory/memory_pressure_monitor_mac.cc', |
+ 'memory/memory_pressure_monitor_mac.h', |
+ 'memory/memory_pressure_monitor_win.cc', |
+ 'memory/memory_pressure_monitor_win.h', |
'memory/raw_scoped_refptr_mismatch_checker.h', |
'memory/ref_counted.cc', |
'memory/ref_counted.h', |
@@ -432,6 +436,8 @@ |
'posix/eintr_wrapper.h', |
'posix/global_descriptors.cc', |
'posix/global_descriptors.h', |
+ 'posix/safe_strerror.cc', |
+ 'posix/safe_strerror.h', |
'posix/unix_domain_socket_linux.cc', |
'posix/unix_domain_socket_linux.h', |
'power_monitor/power_monitor.cc', |
@@ -485,6 +491,7 @@ |
'process/process_iterator_openbsd.cc', |
'process/process_iterator_win.cc', |
'process/process_linux.cc', |
+ 'process/process_mac.cc', |
'process/process_metrics.cc', |
'process/process_metrics.h', |
'process/process_metrics_freebsd.cc', |
@@ -517,8 +524,6 @@ |
'rand_util_win.cc', |
'run_loop.cc', |
'run_loop.h', |
- 'safe_strerror_posix.cc', |
- 'safe_strerror_posix.h', |
'scoped_generic.h', |
'scoped_native_library.cc', |
'scoped_native_library.h', |
@@ -709,8 +714,6 @@ |
'win/iat_patch_function.h', |
'win/iunknown_impl.cc', |
'win/iunknown_impl.h', |
- 'win/memory_pressure_monitor.cc', |
- 'win/memory_pressure_monitor.h', |
'win/message_window.cc', |
'win/message_window.h', |
'win/metro.cc', |