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

Unified Diff: components/memory_pressure.gypi

Issue 1573123003: Refactor direct_memory_pressure_calculator.h per platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GetSystemMemoryInfo. Created 4 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 | « no previous file | components/memory_pressure/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_pressure.gypi
diff --git a/components/memory_pressure.gypi b/components/memory_pressure.gypi
index 8e1e9adba794a3f4769e65442edb3fefedbce70c..83288619109fae8009374d163f4fb2329fad982b 100644
--- a/components/memory_pressure.gypi
+++ b/components/memory_pressure.gypi
@@ -15,9 +15,9 @@
'../base/base.gyp:base',
],
'sources': [
- 'memory_pressure/direct_memory_pressure_calculator.cc',
'memory_pressure/direct_memory_pressure_calculator.h',
'memory_pressure/direct_memory_pressure_calculator_win.cc',
+ 'memory_pressure/direct_memory_pressure_calculator_win.h',
'memory_pressure/filtered_memory_pressure_calculator.cc',
'memory_pressure/filtered_memory_pressure_calculator.h',
'memory_pressure/memory_pressure_calculator.h',
« no previous file with comments | « no previous file | components/memory_pressure/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698