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