OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 # chromecast/public should not depend on anything Chromium specific | 2 # chromecast/public should not depend on anything Chromium specific |
3 "-chromecast", | 3 # Disallow all chromium-wide dependencies listed in chromium/src/DEPS. |
4 "-base", | 4 "-base", |
5 "-content", | 5 "-build", |
6 "-net", | 6 "-ipc", |
7 "-ui", | 7 "-testing", |
8 "-url", | |
8 ] | 9 ] |
OLD | NEW |