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

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

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Move OOM_CRASH into its own, more specific header. Fixes Windows build. Created 4 years 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",
5 "+base/allocator/partition_allocator",
4 "+base/auto_reset.h", 6 "+base/auto_reset.h",
5 "+base/bind.h", 7 "+base/bind.h",
6 "+base/bits.h", 8 "+base/bits.h",
7 "+base/compiler_specific.h", 9 "+base/compiler_specific.h",
8 "+base/debug", 10 "+base/debug",
9 "+base/logging.h", 11 "+base/logging.h",
10 "+base/memory/ptr_util.h", 12 "+base/memory/ptr_util.h",
11 "+base/memory/weak_ptr.h", 13 "+base/memory/weak_ptr.h",
12 "+base/numerics", 14 "+base/numerics",
13 "+base/optional.h", 15 "+base/optional.h",
14 "+base/rand_util.h", 16 "+base/rand_util.h",
15 "+base/strings", 17 "+base/strings",
16 "+base/synchronization/spin_lock.h", 18 "+base/synchronization/spin_lock.h",
17 "+base/threading/thread_checker.h", 19 "+base/threading/thread_checker.h",
18 "+base/time/time.h", 20 "+base/time/time.h",
19 "+base/tuple.h", 21 "+base/tuple.h",
20 "+build", 22 "+build",
21 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698