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

Side by Side Diff: third_party/WebKit/Source/platform/wtf/DEPS

Issue 2925073002: Move malloc/partition_alloc memory usage functions to base (Closed)
Patch Set: Moved to ProcessMetrics method, etc Created 3 years, 6 months 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 # To whitelist base/ stuff Blink is allowed to include, we list up all 2 # To whitelist base/ stuff Blink is allowed to include, we list up all
3 # directories and files instead of writing 'base/'. 3 # directories and files instead of writing 'base/'.
4 "+base/allocator/oom.h", 4 "+base/allocator/oom.h",
5 "+base/allocator/partition_allocator", 5 "+base/allocator/partition_allocator",
6 "+base/process/process_metrics.h",
6 "+base/auto_reset.h", 7 "+base/auto_reset.h",
7 "+base/bind.h", 8 "+base/bind.h",
8 "+base/bits.h", 9 "+base/bits.h",
9 "+base/compiler_specific.h", 10 "+base/compiler_specific.h",
10 "+base/debug", 11 "+base/debug",
11 "+base/logging.h", 12 "+base/logging.h",
12 "+base/memory/ptr_util.h", 13 "+base/memory/ptr_util.h",
13 "+base/memory/weak_ptr.h", 14 "+base/memory/weak_ptr.h",
14 "+base/numerics", 15 "+base/numerics",
15 "+base/optional.h", 16 "+base/optional.h",
16 "+base/rand_util.h", 17 "+base/rand_util.h",
17 "+base/strings", 18 "+base/strings",
18 "+base/threading/thread_checker.h", 19 "+base/threading/thread_checker.h",
19 "+base/time/time.h", 20 "+base/time/time.h",
20 "+base/tuple.h", 21 "+base/tuple.h",
21 "+build", 22 "+build",
22 # To avoid recursive dependency, we impose a blanket ban on using other 23 # To avoid recursive dependency, we impose a blanket ban on using other
23 # platform files. Think carefully if you want to relax this restriction. 24 # platform files. Think carefully if you want to relax this restriction.
24 "-platform", 25 "-platform",
25 "+platform/wtf", 26 "+platform/wtf",
26 "-v8", 27 "-v8",
27 ] 28 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/ProcessMetrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698