| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-cc", | 2 "-cc", |
| 3 "+cc/animation", | 3 "+cc/animation", |
| 4 "+cc/base", | 4 "+cc/base", |
| 5 "+cc/debug", | 5 "+cc/debug", |
| 6 "+cc/paint", |
| 6 "+cc/output/filter_operations.h", | 7 "+cc/output/filter_operations.h", |
| 7 "+cc/test", | 8 "+cc/test", |
| 8 "+cc/trees/element_id.h", | 9 "+cc/trees/element_id.h", |
| 9 "+cc/trees/mutator_host.h", | 10 "+cc/trees/mutator_host.h", |
| 10 "+cc/trees/mutator_host_client.h", | 11 "+cc/trees/mutator_host_client.h", |
| 11 "+cc/trees/property_animation_state.h", | 12 "+cc/trees/property_animation_state.h", |
| 12 "+cc/trees/target_property.h", | 13 "+cc/trees/target_property.h", |
| 13 ] | 14 ] |
| OLD | NEW |