Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base/macros.h", | 2 "+base/macros.h", |
| 3 "+base/gtest_prod_util.h", | 3 "+base/gtest_prod_util.h", |
| 4 "+services/service_manager/public/cpp/connector.h", | |
| 4 "+testing/gmock/include/gmock", | 5 "+testing/gmock/include/gmock", |
| 5 "+testing/gtest/include/gtest", | 6 "+testing/gtest/include/gtest", |
| 6 "+v8", | 7 "+v8", |
| 7 "+wtf", | 8 "+wtf", |
| 8 ] | 9 ] |
| 9 | 10 |
| 10 skip_child_includes = [ | 11 skip_child_includes = [ |
| 11 "testing", | 12 "testing", |
| 12 ] | 13 ] |
| OLD | NEW |