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

Unified Diff: chrome/chrome_browser.gypi

Issue 1188823002: [MemoryPressure] Move chrome/browser/chromeos/* to chrome/browser/memory/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sky@ comments. Created 5 years, 6 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 | « chrome/browser/ui/webui/about_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ad426fd411606106e6f1e85245645a03f3a947dc..3cb938305fc20fb248042bdfa1ee4563c452e708 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -592,6 +592,14 @@
'browser/memory_details_linux.cc',
'browser/memory_details_mac.cc',
'browser/memory_details_win.cc',
+ 'browser/memory/low_memory_observer_chromeos.cc',
+ 'browser/memory/low_memory_observer_chromeos.h',
+ 'browser/memory/oom_memory_details_chromeos.cc',
+ 'browser/memory/oom_memory_details.h',
+ 'browser/memory/oom_priority_manager_chromeos.cc',
+ 'browser/memory/oom_priority_manager.h',
+ 'browser/memory/system_memory_stats_recorder_chromeos.cc',
+ 'browser/memory/system_memory_stats_recorder.h',
'browser/mod_pagespeed/mod_pagespeed_metrics.cc',
'browser/mod_pagespeed/mod_pagespeed_metrics.h',
'browser/native_window_notification_source.h',
« no previous file with comments | « chrome/browser/ui/webui/about_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698