OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/browser_context_keyed_service", | 2 "+components/browser_context_keyed_service", |
| 3 "+components/keyed_service", |
3 "+components/user_prefs", | 4 "+components/user_prefs", |
4 "+content/public/browser", | 5 "+content/public/browser", |
5 "+net", | 6 "+net", |
6 "+sync", | 7 "+sync", |
7 "+third_party/leveldatabase", | 8 "+third_party/leveldatabase", |
8 | 9 |
9 # Temporarily allowed includes as part of the app shell/extensions refactor. | 10 # Temporarily allowed includes as part of the app shell/extensions refactor. |
10 # | 11 # |
11 # NOTE: Please do not add includes without talking to the app shell team; | 12 # NOTE: Please do not add includes without talking to the app shell team; |
12 # see OWNERS for this directory. | 13 # see OWNERS for this directory. |
(...skipping 26 matching lines...) Expand all Loading... |
39 ], | 40 ], |
40 # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions. | 41 # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions. |
41 # http://crbug.com/348058 | 42 # http://crbug.com/348058 |
42 "local_value_store_cache\.cc": [ | 43 "local_value_store_cache\.cc": [ |
43 "+chrome/common/extensions/api/storage.h" | 44 "+chrome/common/extensions/api/storage.h" |
44 ], | 45 ], |
45 "settings_frontend\.cc": [ | 46 "settings_frontend\.cc": [ |
46 "+chrome/common/extensions/api/storage.h" | 47 "+chrome/common/extensions/api/storage.h" |
47 ] | 48 ] |
48 } | 49 } |
OLD | NEW |