| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 4a8cd17265a23e3630191ad622bb1131523f187b..05ad0497e592d2be172062909137dc18ff744576 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -209,6 +209,8 @@
|
| 'files/file_posix.cc',
|
| 'files/file_proxy.cc',
|
| 'files/file_proxy.h',
|
| + 'files/file_tracing.cc',
|
| + 'files/file_tracing.h',
|
| 'files/file_util.cc',
|
| 'files/file_util.h',
|
| 'files/file_util_android.cc',
|
| @@ -278,6 +280,8 @@
|
| 'mac/bundle_locations.mm',
|
| 'mac/close_nocancel.cc',
|
| 'mac/cocoa_protocols.h',
|
| + 'mac/dispatch_source_mach.cc',
|
| + 'mac/dispatch_source_mach.h',
|
| 'mac/foundation_util.h',
|
| 'mac/foundation_util.mm',
|
| 'mac/launch_services_util.cc',
|
| @@ -705,6 +709,8 @@
|
| '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',
|
|
|