sdefresne | c317a75 | 2015-02-24 17:43:36 | [diff] [blame] | 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 | |
rohitrao | 098884e | 2016-12-05 16:25:46 | [diff] [blame] | 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", |
sdefresne | a9045f4 | 2016-02-23 15:22:45 | [diff] [blame] | 10 | "-ios/third_party/ochamcrest", |
| 11 | |
sdefresne | c317a75 | 2015-02-24 17:43:36 | [diff] [blame] | 12 | # For unit tests. |
rohitrao | 098884e | 2016-12-05 16:25:46 | [diff] [blame] | 13 | "+ios/testing", |
sdefresne | c317a75 | 2015-02-24 17:43:36 | [diff] [blame] | 14 | "+third_party/ocmock", |
| 15 | ] |