blob: 0c9ccaf51c8080191f50e69809cf3a3d4a9bc642 [file] [log] [blame]
include_rules = [
# The subdirectories in ios/ will manually allow their own include
# directories in ios/ so we disallow all of them.
"-ios",
# To avoid ODR violation, direct import of these libraries is forbidden in
# ios/DEPS and code should instead use import as if they were in a framework
# (i.e. #import <OCHamcrest/OCHamcrest.h>).
"-ios/third_party/earl_grey",
"-ios/third_party/ochamcrest",
# For unit tests.
"+ios/testing",
"+third_party/ocmock",
# To avoid includes from web::HttpServer since it is deprecated. Reference
# to crbug.com/708307.
"-ios/web/public/test/http_server/http_server.h",
]
specific_include_rules = {
".*test\.mm": [
"+services/network/public/cpp",
],
}