| OLD | NEW |
| 1 # Do NOT add chrome to the list below. We shouldn't be including files | 1 # Do NOT add chrome to the list below. We shouldn't be including files |
| 2 # from src/chrome in src/content. Also, we may only depend on files in | 2 # from src/chrome in src/content. Also, we may only depend on files in |
| 3 # src/components that are shared with the mojo html_viewer. | 3 # src/components that are shared with the mojo html_viewer. |
| 4 include_rules = [ | 4 include_rules = [ |
| 5 # The subdirectories in content/ will manually allow their own include | 5 # The subdirectories in content/ will manually allow their own include |
| 6 # directories in content/ so we disallow all of them. | 6 # directories in content/ so we disallow all of them. |
| 7 "-content", | 7 "-content", |
| 8 "+content/app/resources/grit/content_resources.h", | 8 "+content/app/resources/grit/content_resources.h", |
| 9 "+content/common", | 9 "+content/common", |
| 10 "+content/grit", | 10 "+content/grit", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "+ui/native_theme", | 85 "+ui/native_theme", |
| 86 "+ui/ozone/public", | 86 "+ui/ozone/public", |
| 87 "+ui/resources/grit/ui_resources.h", | 87 "+ui/resources/grit/ui_resources.h", |
| 88 "+ui/resources/grit/webui_resources.h", | 88 "+ui/resources/grit/webui_resources.h", |
| 89 "+ui/resources/grit/webui_resources_map.h", | 89 "+ui/resources/grit/webui_resources_map.h", |
| 90 "+ui/shell_dialogs", | 90 "+ui/shell_dialogs", |
| 91 "+ui/snapshot", | 91 "+ui/snapshot", |
| 92 "+ui/strings/grit/ui_strings.h", | 92 "+ui/strings/grit/ui_strings.h", |
| 93 "+ui/surface", | 93 "+ui/surface", |
| 94 "+ui/touch_selection", | 94 "+ui/touch_selection", |
| 95 "+ui/vulkan", |
| 95 "+ui/wm", | 96 "+ui/wm", |
| 96 # Content knows about grd files, but the specifics of how to get a resource | 97 # Content knows about grd files, but the specifics of how to get a resource |
| 97 # given its id is left to the embedder. | 98 # given its id is left to the embedder. |
| 98 "-ui/base/l10n", | 99 "-ui/base/l10n", |
| 99 "-ui/base/resource", | 100 "-ui/base/resource", |
| 100 # These files aren't related to grd, so they're fine. | 101 # These files aren't related to grd, so they're fine. |
| 101 "+ui/base/l10n/l10n_util_android.h", | 102 "+ui/base/l10n/l10n_util_android.h", |
| 102 "+ui/base/l10n/l10n_util_win.h", | 103 "+ui/base/l10n/l10n_util_win.h", |
| 103 | 104 |
| 104 # Content shouldn't depend on views. While we technically don't need this | 105 # Content shouldn't depend on views. While we technically don't need this |
| 105 # line, since the top level DEPS doesn't allow it, we add it to make this | 106 # line, since the top level DEPS doesn't allow it, we add it to make this |
| 106 # explicit. | 107 # explicit. |
| 107 "-ui/views", | 108 "-ui/views", |
| 108 | 109 |
| 109 "+storage/browser", | 110 "+storage/browser", |
| 110 "+storage/common", | 111 "+storage/common", |
| 111 | 112 |
| 112 # For generated JNI includes. | 113 # For generated JNI includes. |
| 113 "+jni", | 114 "+jni", |
| 114 ] | 115 ] |
| OLD | NEW |