| 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   "+cc", | 
|  | 5 | 
| 4   "+crypto", | 6   "+crypto", | 
| 5 | 7 | 
| 6   # The subdirectories in content/ will manually allow their own include | 8   # The subdirectories in content/ will manually allow their own include | 
| 7   # directories in content/ so we disallow all of them. | 9   # directories in content/ so we disallow all of them. | 
| 8   "-content", | 10   "-content", | 
| 9   "+content/common", | 11   "+content/common", | 
| 10   "+content/public/common", | 12   "+content/public/common", | 
| 11   "+content/public/test", | 13   "+content/public/test", | 
| 12   "+content/shell",  # for content_browsertests | 14   "+content/shell",  # for content_browsertests | 
| 13   "+content/test", | 15   "+content/test", | 
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 64   # Content shouldn't depend on views. While we technically don't need this | 66   # Content shouldn't depend on views. While we technically don't need this | 
| 65   # line, since the top level DEPS doesn't allow it, we add it to make this | 67   # line, since the top level DEPS doesn't allow it, we add it to make this | 
| 66   # explicit. | 68   # explicit. | 
| 67   "-ui/views", | 69   "-ui/views", | 
| 68 | 70 | 
| 69   "+webkit", | 71   "+webkit", | 
| 70 | 72 | 
| 71   # For generated JNI includes. | 73   # For generated JNI includes. | 
| 72   "+jni", | 74   "+jni", | 
| 73 ] | 75 ] | 
| OLD | NEW | 
|---|