Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / components / autofill / content / DEPS
1 include_rules = [
2   "+content/public/common",
3   # Allow inclusion of WebKit API files.
4   "+third_party/WebKit/public/platform",
5   "+third_party/WebKit/public/web",
6   "+ipc",
7 ]
8
9 specific_include_rules = {
10   '.*_[a-z]*test\.cc': [
11     "+content/public/test",
12   ],
13 }