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

Unified Diff: components/BUILD.gn

Issue 2459733002: Move discardable memory to //components from //content (Closed)
Patch Set: Fix build error in ios Created 4 years, 1 month 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 1f68ae95ed7a2f6d31ee674ca29ed20f49f70352..067a80aa21b9133b58f9bd43d1f949a6b8b18598 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -170,6 +170,7 @@ test("components_unittests") {
"//components/data_reduction_proxy/core/browser:unit_tests",
"//components/data_reduction_proxy/core/common:unit_tests",
"//components/data_use_measurement/content:unit_tests",
+ "//components/discardable_memory/common:unit_tests",
"//components/display_compositor:unit_tests",
"//components/dom_distiller/content/browser:unit_tests",
"//components/domain_reliability:unit_tests",
@@ -476,5 +477,10 @@ if (!is_ios) {
"//testing/perf",
"//url",
]
+
+ if (!is_ios) {
+ sources += [ "discardable_memory/common/discardable_shared_memory_heap_perftest.cc" ]
+ deps += [ "//components/discardable_memory/common" ]
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698