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

Unified Diff: components/BUILD.gn

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 | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5e32036a4b90cd32b4d464ce90dda585f94810ed..d4924a472744ff9ff8db3f48bccfddd83bf38333 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -184,6 +184,7 @@ test("components_unittests") {
"//components/invalidation/impl:unit_tests",
"//components/keyed_service/content:unit_tests",
"//components/link_header_util:unit_tests",
+ "//components/memory_coordinator/browser:unit_tests",
"//components/memory_coordinator/child:unit_tests",
"//components/navigation_interception:unit_tests",
"//components/network_hints/renderer:unit_tests",
@@ -224,7 +225,7 @@ test("components_unittests") {
deps += [ ":components_tests_pak_bundle_data" ]
}
- if (is_mac) {
+ if (is_mac || is_linux) {
data_deps += [ "//content/shell:pak" ]
}
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698