| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 6ab9d7f4c4626d69997fc55db0ba24f69cd0ddbf..2baf9fa9f769e641742c59521f9aa13f6ba80835 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -941,6 +941,8 @@ source_set("browser") {
|
| "media/session/media_session_uma_helper.h",
|
| "media/url_provision_fetcher.cc",
|
| "media/url_provision_fetcher.h",
|
| + "memory/memory_condition_observer.cc",
|
| + "memory/memory_condition_observer.h",
|
| "memory/memory_coordinator_impl.cc",
|
| "memory/memory_coordinator_impl.h",
|
| "memory/memory_message_filter.cc",
|
| @@ -953,8 +955,6 @@ source_set("browser") {
|
| "memory/memory_monitor_win.h",
|
| "memory/memory_pressure_controller_impl.cc",
|
| "memory/memory_pressure_controller_impl.h",
|
| - "memory/memory_state_updater.cc",
|
| - "memory/memory_state_updater.h",
|
| "message_port_provider.cc",
|
| "mime_registry_impl.cc",
|
| "mime_registry_impl.h",
|
|
|