Chromium Code Reviews| 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/containers/scoped_ptr_hash_map.h", | |
|
haraken
2016/02/04 11:30:56
I don't think we want to allow this.
hajimehoshi
2016/02/04 12:17:52
Done.
| |
| 4 "+base/json", | 5 "+base/json", |
| 5 "+base/location.h", | 6 "+base/location.h", |
| 6 "+base/metrics/histogram.h", | 7 "+base/metrics/histogram.h", |
| 7 "+base/metrics/sparse_histogram.h", | 8 "+base/metrics/sparse_histogram.h", |
| 8 "+base/memory", | 9 "+base/memory", |
| 9 "+base/sys_info.h", | 10 "+base/sys_info.h", |
| 11 "+base/thread_task_runner_handle.h", | |
| 10 "+base/time", | 12 "+base/time", |
| 11 "+base/trace_event", | 13 "+base/trace_event", |
| 12 "+base/values.h", | 14 "+base/values.h", |
| 13 "+mozilla", | 15 "+mozilla", |
| 14 "+platform", | 16 "+platform", |
| 15 "+public/platform", | 17 "+public/platform", |
| 16 "+skia/ext", | 18 "+skia/ext", |
| 17 "+third_party/khronos", | 19 "+third_party/khronos", |
| 18 "+third_party/skia", | 20 "+third_party/skia", |
| 19 "+ui/gfx", | 21 "+ui/gfx", |
| 20 "+url", | 22 "+url", |
| 21 "+webp", | 23 "+webp", |
| 22 "-bindings", | 24 "-bindings", |
| 23 "-core", | 25 "-core", |
| 24 "-modules", | 26 "-modules", |
| 25 ] | 27 ] |
| OLD | NEW |