Chromium Code Reviews| 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 "+cc", | |
|
sky
2012/10/18 17:16:26
nit: keep sorted.
| |
| 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", |
| 14 | 16 |
| 15 "+google_apis", | 17 "+google_apis", |
| (...skipping 48 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 |