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

Unified Diff: content/test/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 | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 97f3c04d3d212c9bbe5b71a22a939ef28420e8c7..e0a5c28e0371ce66c0bf2a4f312732be4f07c4cf 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -658,6 +658,8 @@ test("content_browsertests") {
":test_support",
":web_ui_test_mojo_bindings",
"//base/test:test_support",
+ "//components/discardable_memory/client",
+ "//components/discardable_memory/common",
"//content:resources",
"//content/app:both_for_content_tests",
"//content/browser:for_content_tests",
@@ -879,6 +881,12 @@ test("content_browsertests") {
"../renderer/resource_fetcher_browsertest.cc",
"../renderer/savable_resources_browsertest.cc",
]
+
+ deps += [
+ "//components/discardable_memory/client",
+ "//components/discardable_memory/common",
+ "//components/discardable_memory/service",
+ ]
}
if (use_aura) {
@@ -1258,10 +1266,8 @@ test("content_unittests") {
"../common/cursors/webcursor_unittest.cc",
"../common/database_connections_unittest.cc",
"../common/database_identifier_unittest.cc",
- "../common/discardable_shared_memory_heap_unittest.cc",
"../common/dom_storage/dom_storage_map_unittest.cc",
"../common/fileapi/file_system_util_unittest.cc",
- "../common/host_discardable_shared_memory_manager_unittest.cc",
"../common/host_shared_bitmap_manager_unittest.cc",
"../common/indexed_db/indexed_db_key_unittest.cc",
"../common/input/event_with_latency_info_unittest.cc",
@@ -1671,7 +1677,6 @@ test("content_perftests") {
sources = [
"../browser/renderer_host/input/input_router_impl_perftest.cc",
- "../common/discardable_shared_memory_heap_perftest.cc",
"../test/run_all_perftests.cc",
]
deps = [
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698