| Index: components/autofill/content/renderer/DEPS
|
| diff --git a/components/autofill/content/renderer/DEPS b/components/autofill/content/renderer/DEPS
|
| index 83ce085fa2a645e077eee0a053b43d5619802c18..e8db31c4a1a1a4a9bf28500bb34e8c10fb70a6b9 100644
|
| --- a/components/autofill/content/renderer/DEPS
|
| +++ b/components/autofill/content/renderer/DEPS
|
| @@ -2,6 +2,9 @@ include_rules = [
|
| "+content/public/common",
|
| "+content/public/renderer",
|
| "+third_party/re2",
|
| + # Allow inclusion of WebKit API files.
|
| + "+third_party/WebKit/public/platform",
|
| + "+third_party/WebKit/public/web",
|
| ]
|
|
|
| specific_include_rules = {
|
|
|