2 # The subdirectories in ios/ will manually allow their own include
3 # directories in ios/ so we disallow all of them.
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",
14 "+third_party/ocmock",
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",
21 specific_include_rules = {
23 "+services/network/public/cpp",
24 "+services/network/test",