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/debug", | 4 "+base/debug", |
5 "+base/logging.h", | 5 "+base/logging.h", |
6 "+base/numerics", | 6 "+base/numerics", |
7 "+base/optional.h", | |
7 "+base/rand_util.h", | 8 "+base/rand_util.h", |
8 "+base/strings", | 9 "+base/strings", |
9 "+base/time/time.h", | 10 "+base/time/time.h", |
10 "+base/tuple.h", | 11 "+base/tuple.h", |
11 "+build", | 12 "+build", |
12 ] | 13 ] |
OLD | NEW |