| OLD | NEW |
| 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 ] |
| OLD | NEW |