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

Side by Side Diff: content/child/DEPS

Issue 2459733002: Move discardable memory to //components from //content (Closed)
Patch Set: Fix build error in ios 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/discardable_memory",
4 "+components/mime_util", 5 "+components/mime_util",
5 "+components/scheduler/child", 6 "+components/scheduler/child",
6 "+components/scheduler/common", 7 "+components/scheduler/common",
7 "+components/tracing", 8 "+components/tracing",
8 "+components/webcrypto", 9 "+components/webcrypto",
9 10
10 "+content/app/strings/grit", # For generated headers 11 "+content/app/strings/grit", # For generated headers
11 "+content/public/child", 12 "+content/public/child",
12 "+device/power_monitor", 13 "+device/power_monitor",
13 "+services/service_manager", 14 "+services/service_manager",
14 "+services/service_manager", 15 "+services/service_manager",
15 "+v8/include/v8.h" 16 "+v8/include/v8.h"
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698