summaryrefslogtreecommitdiffstats
path: root/components/autofill/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/DEPS')
-rw-r--r--components/autofill/DEPS7
1 files changed, 6 insertions, 1 deletions
diff --git a/components/autofill/DEPS b/components/autofill/DEPS
index 9d52b11..cd724eb 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -1,4 +1,9 @@
include_rules = [
- "+third_party/WebKit/Source/WebKit/chromium/public",
+ "+google_apis/gaia/gaia_urls.h",
+ "+grit", # For generated headers
+ "+net",
+ # Allow inclusion of WebKit API files.
+ "+third_party/WebKit/Source/Platform/chromium",
+ "+third_party/WebKit/Source/WebKit/chromium",
"+ui",
]