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/auto_reset.h", | 4 "+base/auto_reset.h", |
5 "+base/bind.h", | 5 "+base/bind.h", |
6 "+base/compiler_specific.h", | 6 "+base/compiler_specific.h", |
7 "+base/debug", | 7 "+base/debug", |
8 "+base/logging.h", | 8 "+base/logging.h", |
9 "+base/memory/ptr_util.h", | 9 "+base/memory/ptr_util.h", |
10 "+base/memory/weak_ptr.h", | 10 "+base/memory/weak_ptr.h", |
11 "+base/numerics", | 11 "+base/numerics", |
12 "+base/optional.h", | 12 "+base/optional.h", |
13 "+base/rand_util.h", | 13 "+base/rand_util.h", |
14 "+base/strings", | 14 "+base/strings", |
| 15 "+base/synchronization/spin_lock.h", |
15 "+base/threading/thread_checker.h", | 16 "+base/threading/thread_checker.h", |
16 "+base/time/time.h", | 17 "+base/time/time.h", |
17 "+base/tuple.h", | 18 "+base/tuple.h", |
18 "+build", | 19 "+build", |
19 ] | 20 ] |
OLD | NEW |