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

Unified Diff: components/components_tests.gyp

Issue 2150783003: Add memory pressure dispatching callback to MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mc-3-client
Patch Set: rebase Created 4 years, 5 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 | « components/BUILD.gn ('k') | components/memory_coordinator/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 98335edb38fab80ae5c3892caefab295c5c544e5..4bf7577267ce93e219fb2fad747969a2f1b2993c 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -352,6 +352,7 @@
'login/screens/screen_context_unittest.cc',
],
'memory_coordinator_unittest_sources': [
+ 'memory_coordinator/browser/memory_coordinator_unittest.cc',
'memory_coordinator/child/child_memory_coordinator_impl_unittest.cc',
],
'memory_pressure_unittest_sources': [
@@ -1362,6 +1363,7 @@
'components.gyp:guest_view_test_support',
'components.gyp:history_content_browser',
'components.gyp:keyed_service_content',
+ 'components.gyp:memory_coordinator_browser',
'components.gyp:memory_coordinator_child',
'components.gyp:metrics_gpu',
'components.gyp:navigation_interception',
« no previous file with comments | « components/BUILD.gn ('k') | components/memory_coordinator/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698