Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-include", | 2 "-include", |
| 3 "+include/v8config.h", | |
| 4 "+include/v8stdint.h", | |
| 5 "-src", | 3 "-src", |
| 6 "+src/base", | |
| 7 "+testing/gtest", | 4 "+testing/gtest", |
| 8 "+testing/gtest-support.h", | 5 "+testing/gtest-support.h", |
| 9 ] | 6 ] |
| OLD | NEW |