Chromium Code Reviews| 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 "-chromecast", |
| 4 "-base", | 4 "-base", |
| 5 "-content", | 5 "-content", |
| 6 "-net", | 6 "-net", |
| 7 "-ui", | 7 "-ui", |
| 8 # Explicity allow chromecast/public header to include chromecast/public/media headers. | |
| 9 "+chromecast/public/media", | |
|
halliwell
2016/07/27 14:23:17
Doesn't look like you're using this capability?
servolk
2016/07/27 18:56:34
This is actually necessary, without it the deps ch
halliwell
2016/07/27 19:58:48
You can write the include differently, just:
#incl
servolk
2016/07/27 21:11:38
The difference is that media_pipeline_backend.h is
| |
| 8 ] | 10 ] |
| OLD | NEW |