OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+base/macros.h", | |
2 "+base/gtest_prod_util.h", | 3 "+base/gtest_prod_util.h", |
3 "+testing/gmock/include/gmock", | 4 "+testing/gmock/include/gmock", |
4 "+testing/gtest/include/gtest", | 5 "+testing/gtest/include/gtest", |
5 "+wtf", | 6 "+wtf", |
6 ] | 7 ] |
7 | 8 |
8 skip_child_includes = [ | 9 skip_child_includes = [ |
9 "testing", | 10 "testing", |
10 ] | 11 ] |
OLD | NEW |