| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/bookmarks", | 2 "+components/bookmarks", |
| 3 "+components/keyed_service", |
| 3 "+jni", | 4 "+jni", |
| 5 "+net", |
| 4 "+sql", | 6 "+sql", |
| 5 "+ui", | 7 "+ui", |
| 6 ] | 8 ] |
| 7 | 9 |
| 8 specific_include_rules = { | 10 specific_include_rules = { |
| 9 "image_store_unittest\.cc": [ | 11 "image_store_unittest\.cc": [ |
| 10 "+third_party/skia" | 12 "+third_party/skia" |
| 11 ], | 13 ], |
| 12 "test_image_store\.cc": [ | 14 "test_image_store\.cc": [ |
| 13 "+third_party/skia" | 15 "+third_party/skia" |
| 14 ], | 16 ], |
| 15 } | 17 } |
| OLD | NEW |