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 "+gin", | |
|
jochen (gone - plz use gerrit)
2017/02/15 10:35:12
please use macros from Source/bindings/core/v8 ins
Dan Elphick
2017/02/15 14:03:32
I've changed it to use toImplArray from that direc
| |
| 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 |
| 10 specific_include_rules = { | |
| 11 ".*test\.cpp": [ | |
| 12 "+gin", | |
| 13 ], | |
| 14 } | |
| 15 | |
| 9 skip_child_includes = [ | 16 skip_child_includes = [ |
| 10 "testing", | 17 "testing", |
| 11 ] | 18 ] |
| OLD | NEW |