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

Unified Diff: content/child/DEPS

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/child/BUILD.gn ('k') | content/child/child_discardable_shared_memory_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/DEPS
diff --git a/content/child/DEPS b/content/child/DEPS
index 355baddb577f8fa920f8c1088cff43d28e20233d..c122594feb22153f1e96df0e98ec407550baf55c 100644
--- a/content/child/DEPS
+++ b/content/child/DEPS
@@ -1,6 +1,8 @@
include_rules = [
# Allow inclusion of specific components that we depend on.
# See comment in content/DEPS for which components are allowed.
+ "+components/discardable_memory/client",
+ "+components/discardable_memory/common",
"+components/mime_util",
"+components/scheduler/child",
"+components/scheduler/common",
@@ -14,3 +16,9 @@ include_rules = [
"+services/service_manager",
"+v8/include/v8.h"
]
+
+specific_include_rules = {
+ "child_thread_impl_browsertest\.*": [
+ "+components/discardable_memory/service",
+ ],
+}
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/child_discardable_shared_memory_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698