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