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

Unified Diff: components/BUILD.gn

Issue 2459733002: Move discardable memory to //components from //content (Closed)
Patch Set: Fix build error 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
« no previous file with comments | « no previous file | components/discardable_memory/OWNERS » ('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 1f68ae95ed7a2f6d31ee674ca29ed20f49f70352..a2cfb671622e6aa3d91c12e7572e70c4a0187817 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -170,6 +170,8 @@ 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/discardable_memory/service:unit_tests",
"//components/display_compositor:unit_tests",
"//components/dom_distiller/content/browser:unit_tests",
"//components/domain_reliability:unit_tests",
@@ -476,5 +478,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" ]
+ }
}
}
« no previous file with comments | « no previous file | components/discardable_memory/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698