Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ios / web / public / DEPS
blob9cec6e222933098e2b2522eea5125fe016d0b97b
1 include_rules = [
2   # web interfaces cannot depend on private web code.
3   "-ios/web",
4   "+ios/web/public",
7 specific_include_rules = {
8   # Implementations of public web interfaces can depend on private web code.
9   "^.*\.(cc|mm)$": [
10     "+ios/web",
11   ],
12   # Public headers are forbidden from using any content, even if it's currently
13   # allowed in the web implementation.
14   "^.*\.h$": [
15     "-content",
16   ],