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

Unified Diff: content/child/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/browser/renderer_host/render_message_filter.cc ('k') | content/child/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 2102ac612f51a09426bb6db314caa6aacb906f96..6e79326bb544806065ae94004c9bfb568056da7d 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -55,8 +55,6 @@ target(link_target_type, "child") {
"blob_storage/webblobregistry_impl.h",
"browser_font_resource_trusted.cc",
"browser_font_resource_trusted.h",
- "child_discardable_shared_memory_manager.cc",
- "child_discardable_shared_memory_manager.h",
"child_gpu_memory_buffer_manager.cc",
"child_gpu_memory_buffer_manager.h",
"child_histogram_message_filter.cc",
@@ -226,6 +224,7 @@ target(link_target_type, "child") {
deps = [
"//base",
+ "//components/discardable_memory/client",
"//components/mime_util",
"//components/tracing",
"//components/tracing:startup_tracing",
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698