| 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 "+services/service_manager/public/cpp/connector.h", |
| 5 "+testing/gmock/include/gmock", | 5 "+testing/gmock/include/gmock", |
| 6 "+testing/gtest/include/gtest", | 6 "+testing/gtest/include/gtest", |
| 7 "+v8", | 7 "+v8", |
| 8 "+wtf", | |
| 9 ] | 8 ] |
| 10 | 9 |
| 11 skip_child_includes = [ | 10 skip_child_includes = [ |
| 12 "testing", | 11 "testing", |
| 13 ] | 12 ] |
| OLD | NEW |