| OLD | NEW |
| 1 # Do NOT add chrome or components to the list below. We shouldn't be | 1 # Do NOT add chrome or components to the list below. We shouldn't be |
| 2 # including files from src/chrome or src/components in src/content. | 2 # including files from src/chrome or src/components in src/content. |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 # The subdirectories in content/ will manually allow their own include | 4 # The subdirectories in content/ will manually allow their own include |
| 5 # directories in content/ so we disallow all of them. | 5 # directories in content/ so we disallow all of them. |
| 6 "-content", | 6 "-content", |
| 7 "+content/common", | 7 "+content/common", |
| 8 "+content/port/common", | 8 "+content/port/common", |
| 9 "+content/public/common", | 9 "+content/public/common", |
| 10 "+content/public/test", | 10 "+content/public/test", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "-cc/base/scoped_ptr_algorithm.h", | 24 "-cc/base/scoped_ptr_algorithm.h", |
| 25 "-cc/base/scoped_ptr_deque.h", | 25 "-cc/base/scoped_ptr_deque.h", |
| 26 "-cc/base/scoped_ptr_hash_map.h", | 26 "-cc/base/scoped_ptr_hash_map.h", |
| 27 "-cc/base/scoped_ptr_vector.h", | 27 "-cc/base/scoped_ptr_vector.h", |
| 28 | 28 |
| 29 "+crypto", | 29 "+crypto", |
| 30 "+grit/blink_resources.h", | 30 "+grit/blink_resources.h", |
| 31 "+grit/content_resources.h", | 31 "+grit/content_resources.h", |
| 32 "+grit/ui_resources.h", | 32 "+grit/ui_resources.h", |
| 33 "+grit/ui_strings.h", | 33 "+grit/ui_strings.h", |
| 34 "+grit/webkit_chromium_resources.h", | |
| 35 "+grit/webkit_resources.h", | 34 "+grit/webkit_resources.h", |
| 36 "+grit/webkit_strings.h", | 35 "+grit/webkit_strings.h", |
| 37 "+grit/webui_resources_map.h", | 36 "+grit/webui_resources_map.h", |
| 38 | 37 |
| 39 "+dbus", | 38 "+dbus", |
| 40 "+gpu", | 39 "+gpu", |
| 41 "+net", | 40 "+net", |
| 42 "+ppapi", | 41 "+ppapi", |
| 43 "+printing", | 42 "+printing", |
| 44 "+sandbox", | 43 "+sandbox", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 # Content shouldn't depend on views. While we technically don't need this | 96 # Content shouldn't depend on views. While we technically don't need this |
| 98 # line, since the top level DEPS doesn't allow it, we add it to make this | 97 # line, since the top level DEPS doesn't allow it, we add it to make this |
| 99 # explicit. | 98 # explicit. |
| 100 "-ui/views", | 99 "-ui/views", |
| 101 | 100 |
| 102 "+webkit", | 101 "+webkit", |
| 103 | 102 |
| 104 # For generated JNI includes. | 103 # For generated JNI includes. |
| 105 "+jni", | 104 "+jni", |
| 106 ] | 105 ] |
| OLD | NEW |