| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "+third_party/WebKit/public/platform", | 72 "+third_party/WebKit/public/platform", |
| 73 "+third_party/WebKit/public/web", | 73 "+third_party/WebKit/public/web", |
| 74 | 74 |
| 75 "+ui/accelerated_widget_mac", | 75 "+ui/accelerated_widget_mac", |
| 76 "+ui/accessibility", | 76 "+ui/accessibility", |
| 77 "+ui/android", | 77 "+ui/android", |
| 78 # Aura is analogous to Win32 or a Gtk, so it is allowed. | 78 # Aura is analogous to Win32 or a Gtk, so it is allowed. |
| 79 "+ui/aura", | 79 "+ui/aura", |
| 80 "+ui/base", | 80 "+ui/base", |
| 81 "+ui/compositor", | 81 "+ui/compositor", |
| 82 "+ui/display", | |
| 83 "+ui/events", | 82 "+ui/events", |
| 84 "+ui/gfx", | 83 "+ui/gfx", |
| 85 "+ui/gl", | 84 "+ui/gl", |
| 86 "+ui/native_theme", | 85 "+ui/native_theme", |
| 87 "+ui/ozone/public", | 86 "+ui/ozone/public", |
| 88 "+ui/resources/grit/ui_resources.h", | 87 "+ui/resources/grit/ui_resources.h", |
| 89 "+ui/resources/grit/webui_resources.h", | 88 "+ui/resources/grit/webui_resources.h", |
| 90 "+ui/resources/grit/webui_resources_map.h", | 89 "+ui/resources/grit/webui_resources_map.h", |
| 91 "+ui/shell_dialogs", | 90 "+ui/shell_dialogs", |
| 92 "+ui/snapshot", | 91 "+ui/snapshot", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 106 # line, since the top level DEPS doesn't allow it, we add it to make this | 105 # line, since the top level DEPS doesn't allow it, we add it to make this |
| 107 # explicit. | 106 # explicit. |
| 108 "-ui/views", | 107 "-ui/views", |
| 109 | 108 |
| 110 "+storage/browser", | 109 "+storage/browser", |
| 111 "+storage/common", | 110 "+storage/common", |
| 112 | 111 |
| 113 # For generated JNI includes. | 112 # For generated JNI includes. |
| 114 "+jni", | 113 "+jni", |
| 115 ] | 114 ] |
| OLD | NEW |