| 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/app/resources/grit/content_resources.h", | 7 "+content/app/resources/grit/content_resources.h", |
| 8 "+content/common", | 8 "+content/common", |
| 9 "+content/grit", | 9 "+content/grit", |
| 10 "+content/public/common", | 10 "+content/public/common", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 "+crypto", | 29 "+crypto", |
| 30 "+grit/blink_resources.h", | 30 "+grit/blink_resources.h", |
| 31 "+grit/content_strings.h", | 31 "+grit/content_strings.h", |
| 32 | 32 |
| 33 "+dbus", | 33 "+dbus", |
| 34 "+gpu", | 34 "+gpu", |
| 35 "+mojo/application_manager", | 35 "+mojo/application_manager", |
| 36 "+mojo/bindings/js", | 36 "+mojo/bindings/js", |
| 37 "+mojo/common", | 37 "+mojo/common", |
| 38 "+mojo/embedder", | 38 "+mojo/edk/embedder", |
| 39 "+mojo/edk/test", |
| 39 "+mojo/public", | 40 "+mojo/public", |
| 40 "+net", | 41 "+net", |
| 41 "+ppapi", | 42 "+ppapi", |
| 42 "+printing", | 43 "+printing", |
| 43 "+sandbox", | 44 "+sandbox", |
| 44 "+skia", | 45 "+skia", |
| 45 | 46 |
| 46 # In general, content/ should not rely on google_apis, since URLs | 47 # In general, content/ should not rely on google_apis, since URLs |
| 47 # and access tokens should usually be provided by the | 48 # and access tokens should usually be provided by the |
| 48 # embedder. | 49 # embedder. |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 # explicit. | 108 # explicit. |
| 108 "-ui/views", | 109 "-ui/views", |
| 109 | 110 |
| 110 "+storage/browser", | 111 "+storage/browser", |
| 111 "+storage/common", | 112 "+storage/common", |
| 112 "+webkit", | 113 "+webkit", |
| 113 | 114 |
| 114 # For generated JNI includes. | 115 # For generated JNI includes. |
| 115 "+jni", | 116 "+jni", |
| 116 ] | 117 ] |
| OLD | NEW |