OLD | NEW |
---|---|
1 specific_include_rules = { | 1 specific_include_rules = { |
2 ".*\.cc": [ | 2 ".*\.cc": [ |
3 "+content/common", | 3 "+content/common", |
4 "+content/gpu", | |
4 ], | 5 ], |
5 "gpu_video_decode_accelerator_factory.h": [ | 6 "gpu_video_decode_accelerator_factory.h": [ |
6 "+gpu", | 7 "+gpu", |
7 "+media", | 8 "+media", |
8 ], | 9 ], |
9 } | 10 } |
OLD | NEW |