| OLD | NEW |
| 1 # Do NOT add chrome to the list below. We shouldn't be including files from | 1 # Do NOT add chrome to the list below. We shouldn't be including files from |
| 2 # src/chrome in src/content. | 2 # src/chrome in src/content. |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 "+crypto", | 4 "+crypto", |
| 5 | 5 |
| 6 "-chrome", | 6 "-chrome", |
| 7 # Until we move most of our testing infrastructure in a way that content can | 7 # Until we move most of our testing infrastructure in a way that content can |
| 8 # make use of it. | 8 # make use of it. |
| 9 "+chrome/test", | 9 "+chrome/test", |
| 10 | 10 |
| 11 # The subdirectories in content/ will manually allow their own include | 11 # The subdirectories in content/ will manually allow their own include |
| 12 # directories in content/ so we disallow all of them. | 12 # directories in content/ so we disallow all of them. |
| 13 "-content", | 13 "-content", |
| 14 "+content/common", | 14 "+content/common", |
| 15 "+content/public/common", | 15 "+content/public/common", |
| 16 "+content/public/test", | 16 "+content/public/test", |
| 17 "+content/test", | 17 "+content/test", |
| 18 | 18 |
| 19 "+grit/content_resources.h", | 19 "+grit/content_resources.h", |
| 20 "+grit/ui_resources_standard.h", |
| 20 "+grit/webkit_chromium_resources.h", | 21 "+grit/webkit_chromium_resources.h", |
| 21 "+grit/webkit_resources.h", | 22 "+grit/webkit_resources.h", |
| 22 "+grit/webkit_strings.h", | 23 "+grit/webkit_strings.h", |
| 23 | 24 |
| 24 "+dbus", | 25 "+dbus", |
| 25 "+gpu", | 26 "+gpu", |
| 26 "+net", | 27 "+net", |
| 27 "+ppapi", | 28 "+ppapi", |
| 28 "+printing", | 29 "+printing", |
| 29 "+sandbox", | 30 "+sandbox", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "-views", | 68 "-views", |
| 68 | 69 |
| 69 # Aura Shell consumes views, so it too is banned. | 70 # Aura Shell consumes views, so it too is banned. |
| 70 "-ui/aura_shell", | 71 "-ui/aura_shell", |
| 71 | 72 |
| 72 "+webkit", | 73 "+webkit", |
| 73 | 74 |
| 74 # For generated JNI includes | 75 # For generated JNI includes |
| 75 "+jni", | 76 "+jni", |
| 76 ] | 77 ] |
| OLD | NEW |