fixup! Upload upstream chromium 85.0.4183.93
[platform/framework/web/chromium-efl.git] / ios / DEPS
1 include_rules = [
2   # The subdirectories in ios/ will manually allow their own include
3   # directories in ios/ so we disallow all of them.
4   "-ios",
5
6   # To avoid ODR violation, direct import of these libraries is forbidden in
7   # ios/DEPS and code should instead use import as if they were in a framework
8   # (i.e. #import <OCHamcrest/OCHamcrest.h>).
9   "-ios/third_party/earl_grey",
10   "-ios/third_party/ochamcrest",
11
12   # For unit tests.
13   "+ios/testing",
14   "+third_party/ocmock",
15
16   # To avoid includes from web::HttpServer since it is deprecated. Reference
17   # to crbug.com/708307.
18   "-ios/web/public/test/http_server/http_server.h",
19 ]
20
21 specific_include_rules = {
22   ".*test\.mm": [
23     "+services/network/public/cpp",
24     "+services/network/test",
25   ],
26 }