OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # TODO(jamescook): Remove these. http://crbug.com/305404 | 2 # TODO(jamescook): Remove these. http://crbug.com/305404 |
3 # Chrome pieces for app_shell bring-up. | 3 # Chrome pieces for app_shell bring-up. |
| 4 "+chrome/common/extensions/api/generated_api.h", |
| 5 "+chrome/common/extensions/api/generated_schemas.h", |
4 "+chrome/common/extensions/api/sockets/sockets_manifest_handler.h", | 6 "+chrome/common/extensions/api/sockets/sockets_manifest_handler.h", |
5 "+chrome/common/extensions/features/base_feature_provider.h", | 7 "+chrome/common/extensions/features/base_feature_provider.h", |
6 "+chrome/common/extensions/permissions/chrome_api_permissions.h", | 8 "+chrome/common/extensions/permissions/chrome_api_permissions.h", |
7 | 9 |
8 # Override apps/DEPS to be more selective about content includes. | 10 # Override apps/DEPS to be more selective about content includes. |
9 "-content", | 11 "-content", |
10 "+content/public/common", | 12 "+content/public/common", |
11 "+content/public/test", | 13 "+content/public/test", |
12 | 14 |
13 "+webkit/common/user_agent/user_agent_util.h", | 15 "+webkit/common/user_agent/user_agent_util.h", |
14 ] | 16 ] |
OLD | NEW |