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