OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # The apps module has dependencies on chrome. | 2 # The apps module has dependencies on chrome. |
3 "-apps", | 3 "-apps", |
4 # Individual subdirectories should have their own DEPS that include | 4 # Individual subdirectories should have their own DEPS that include |
5 # their allowed directories. | 5 # their allowed directories. |
6 "-apps/shell", | 6 "-apps/shell", |
7 "+apps/shell/common", | 7 "+apps/shell/common", |
8 "+apps/shell/test", | 8 "+apps/shell/test", |
9 | 9 |
10 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor | 10 # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor |
11 # the code you need to a shared location. | 11 # the code you need to a shared location. |
12 "-chrome", | 12 "-chrome", |
13 | 13 |
14 # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS. | 14 # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS. |
15 # Temporary exceptions for app_shell bring-up go here. | 15 # Temporary exceptions for app_shell bring-up go here. |
16 # TODO(jamescook): Remove these. http://crbug.com/305404 | 16 # TODO(jamescook): Remove these. http://crbug.com/305404 |
17 "!chrome/browser/chrome_notification_types.h", | 17 "!chrome/browser/chrome_notification_types.h", |
18 "!chrome/common/extensions/api/generated_api.h", | 18 "!chrome/common/extensions/api/generated_api.h", |
19 "!chrome/common/extensions/api/generated_schemas.h", | 19 "!chrome/common/extensions/api/generated_schemas.h", |
20 "!chrome/common/extensions/api/sockets/sockets_manifest_handler.h", | |
21 "!chrome/common/extensions/extension_file_util.h", | |
22 "!chrome/common/extensions/features/base_feature_provider.h", | |
23 "!chrome/common/extensions/features/base_feature_provider.h", | |
24 "!chrome/common/extensions/permissions/chrome_api_permissions.h", | 20 "!chrome/common/extensions/permissions/chrome_api_permissions.h", |
25 "!chrome/renderer/extensions/dispatcher.h", | 21 "!chrome/renderer/extensions/dispatcher.h", |
26 "!chrome/renderer/extensions/extension_helper.h", | 22 "!chrome/renderer/extensions/extension_helper.h", |
27 ] | 23 ] |
OLD | NEW |