OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+content/renderer", # For single-process mode. | 2 "+content/renderer", # For single-process mode. |
3 "+media/base", # For media command line switches. | 3 "+media/base", # For media command line switches. |
4 "+media/audio/audio_util.h", # For audio hardware sample-rate. | 4 "+media/audio/audio_util.h", # For audio hardware sample-rate. |
5 "+third_party/zlib", | 5 "+third_party/zlib", |
6 "+views/widget", # For mocking in the unit tests | |
6 ] | 7 ] |
OLD | NEW |