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

Unified Diff: content/browser/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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a5f3390a17a1714e5a5a615468d6c5b37569cec8..e361b739c4d889d6773c2eed7f18b4bf085d7dd1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -35,6 +35,8 @@ source_set("browser") {
"//base/third_party/dynamic_annotations",
"//cc",
"//cc/surfaces",
+ "//components/discardable_memory/common",
+ "//components/discardable_memory/service",
"//components/display_compositor",
"//components/filesystem:lib",
"//components/leveldb:lib",
« no previous file with comments | « components/discardable_memory/service/discardable_shared_memory_manager_unittest.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698