| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   88   "+ui/native_theme", |   88   "+ui/native_theme", | 
|   89   "+ui/ozone/gpu", |   89   "+ui/ozone/gpu", | 
|   90   "+ui/ozone/public", |   90   "+ui/ozone/public", | 
|   91   "+ui/resources/grit/ui_resources.h", |   91   "+ui/resources/grit/ui_resources.h", | 
|   92   "+ui/resources/grit/webui_resources.h", |   92   "+ui/resources/grit/webui_resources.h", | 
|   93   "+ui/resources/grit/webui_resources_map.h", |   93   "+ui/resources/grit/webui_resources_map.h", | 
|   94   "+ui/shell_dialogs", |   94   "+ui/shell_dialogs", | 
|   95   "+ui/snapshot", |   95   "+ui/snapshot", | 
|   96   "+ui/strings/grit/ui_strings.h", |   96   "+ui/strings/grit/ui_strings.h", | 
|   97   "+ui/surface", |   97   "+ui/surface", | 
|   98   "+ui/touch_selection", |  | 
|   99   "+ui/wm", |   98   "+ui/wm", | 
|  100   # Content knows about grd files, but the specifics of how to get a resource |   99   # Content knows about grd files, but the specifics of how to get a resource | 
|  101   # given its id is left to the embedder. |  100   # given its id is left to the embedder. | 
|  102   "-ui/base/l10n", |  101   "-ui/base/l10n", | 
|  103   "-ui/base/resource", |  102   "-ui/base/resource", | 
|  104   # This file isn't related to grd, so it's fine. |  103   # This file isn't related to grd, so it's fine. | 
|  105   "+ui/base/l10n/l10n_util_win.h", |  104   "+ui/base/l10n/l10n_util_win.h", | 
|  106  |  105  | 
|  107   # Content shouldn't depend on views. While we technically don't need this |  106   # Content shouldn't depend on views. While we technically don't need this | 
|  108   # line, since the top level DEPS doesn't allow it, we add it to make this |  107   # line, since the top level DEPS doesn't allow it, we add it to make this | 
|  109   # explicit. |  108   # explicit. | 
|  110   "-ui/views", |  109   "-ui/views", | 
|  111  |  110  | 
|  112   "+storage/browser", |  111   "+storage/browser", | 
|  113   "+storage/common", |  112   "+storage/common", | 
|  114   "+webkit", |  113   "+webkit", | 
|  115  |  114  | 
|  116   # For generated JNI includes. |  115   # For generated JNI includes. | 
|  117   "+jni", |  116   "+jni", | 
|  118 ] |  117 ] | 
| OLD | NEW |