| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/common", | 2 "+content/public/common", |
| 3 "+content/public/renderer", | 3 "+content/public/renderer", |
| 4 "+third_party/re2", | 4 "+third_party/re2", |
| 5 # Allow inclusion of WebKit API files. |
| 6 "+third_party/WebKit/public/platform", |
| 7 "+third_party/WebKit/public/web", |
| 5 ] | 8 ] |
| 6 | 9 |
| 7 specific_include_rules = { | 10 specific_include_rules = { |
| 8 # TODO(elawrence): remove this when the Form-Not-Secure feature is fully | 11 # TODO(elawrence): remove this when the Form-Not-Secure feature is fully |
| 9 # launched. https://crbug.com/677295 | 12 # launched. https://crbug.com/677295 |
| 10 "password_autofill_agent\.cc" : [ | 13 "password_autofill_agent\.cc" : [ |
| 11 "+components/security_state/core", | 14 "+components/security_state/core", |
| 12 ], | 15 ], |
| 13 } | 16 } |
| OLD | NEW |