Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1724)

Unified Diff: content/content_browser.gypi

Issue 815183002: Using the new MemoryPressureListener instead of the LowMemoryObserver when the enhanced memory mana… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed flaky unit test Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/memory_pressure_observer.cc ('k') | content/public/browser/memory_pressure_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 78d229f18ef693f8e4fb9c30e55ca9af0cd92724..7d77bd38481185eaf9d3b4dfc4094949851062f9 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -149,6 +149,7 @@
'public/browser/media_capture_devices.h',
'public/browser/media_device_id.cc',
'public/browser/media_device_id.h',
+ 'public/browser/memory_pressure_observer.h',
'public/browser/message_port_provider.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_controller.cc',
@@ -1520,6 +1521,7 @@
'browser/compositor/software_output_device_x11.cc',
'browser/compositor/software_output_device_x11.h',
'browser/context_factory.cc',
+ 'browser/memory_pressure_observer.cc',
],
'compositor_browser_surface_sources': [
'browser/compositor/onscreen_display_client.cc',
« no previous file with comments | « content/browser/memory_pressure_observer.cc ('k') | content/public/browser/memory_pressure_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698