blob: 94f7f2c2f4600ef2533184fee633d6df69e71f28 [file] [log] [blame]
sdefresnec317a752015-02-24 17:43:361include_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
rohitrao098884e2016-12-05 16:25:466 # 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",
sdefresnea9045f42016-02-23 15:22:4510 "-ios/third_party/ochamcrest",
11
sdefresnec317a752015-02-24 17:43:3612 # For unit tests.
rohitrao098884e2016-12-05 16:25:4613 "+ios/testing",
sdefresnec317a752015-02-24 17:43:3614 "+third_party/ocmock",
15]