| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+net", | 2 "+net", |
| 3 "+third_party/libwebp/webp", |
| 3 "+ui", | 4 "+ui", |
| 4 ] | 5 ] |
| 5 | 6 |
| 6 specific_include_rules = { | 7 specific_include_rules = { |
| 7 ".*\.cc$": [ | 8 ".*\.cc$": [ |
| 8 # Allow browser_thread.h until a web/ replacement is built out. Note that | 9 # Allow browser_thread.h until a web/ replacement is built out. Note that |
| 9 # headers in public/ are not subject to this exception. | 10 # headers in public/ are not subject to this exception. |
| 10 "+content/public/browser/browser_thread.h", | 11 "+content/public/browser/browser_thread.h", |
| 11 ], | 12 ], |
| 12 } | 13 } |
| OLD | NEW |