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