| OLD | NEW |
| (Empty) |
| 1 include_rules = [ | |
| 2 # To whitelist base/ stuff Blink is allowed to include, we list up all | |
| 3 # directories and files instead of writing 'base/'. | |
| 4 "+base/allocator/oom.h", | |
| 5 "+base/allocator/partition_allocator", | |
| 6 "+base/auto_reset.h", | |
| 7 "+base/bind.h", | |
| 8 "+base/bits.h", | |
| 9 "+base/compiler_specific.h", | |
| 10 "+base/debug", | |
| 11 "+base/logging.h", | |
| 12 "+base/memory/ptr_util.h", | |
| 13 "+base/memory/weak_ptr.h", | |
| 14 "+base/numerics", | |
| 15 "+base/optional.h", | |
| 16 "+base/rand_util.h", | |
| 17 "+base/strings", | |
| 18 "+base/threading/thread_checker.h", | |
| 19 "+base/time/time.h", | |
| 20 "+base/tuple.h", | |
| 21 "+build", | |
| 22 # Allow redirection to platform/wtf. See crbug.com/691465. | |
| 23 "+platform/wtf", | |
| 24 "-v8", | |
| 25 ] | |
| OLD | NEW |