- add sources.
[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 ]
7
8 specific_include_rules = {
9   '.*_[a-z]*test\.cc': [
10     "+content/public/test",
11   ],
12 }