fixup! [M108 Migration][API] Bring up autofill
[platform/framework/web/chromium-efl.git] / google_apis / DEPS
1 include_rules = [
2   "-chrome",
3   "-content",
4   "+base/test",
5   "+crypto",
6   "+mojo/core/embedder",
7   "+mojo/edk",
8   "+net",
9   "+services/network/public",
10   "+services/network/test",
11   "+third_party/ocmock",
12 ]
13
14 specific_include_rules = {
15   ".*_unittest\.cc": [
16     "+services/network/network_service.h",
17   ],
18 }