OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+cc/blink/web_layer_impl.h", | 2 "+cc/blink/web_layer_impl.h", |
3 "+cc/layers/video_frame_provider.h", | 3 "+cc/layers/video_frame_provider.h", |
4 "+cc/layers/video_layer.h", | 4 "+cc/layers/video_layer.h", |
| 5 "+components/scheduler", # Only allowed in tests. |
5 "+gin", | 6 "+gin", |
6 "+gpu/blink", | 7 "+gpu/blink", |
7 "+media", | 8 "+media", |
8 "+net/base", | 9 "+net/base", |
9 "+net/http", | 10 "+net/http", |
10 "+third_party/WebKit/public/platform", | 11 "+third_party/WebKit/public/platform", |
11 "+third_party/WebKit/public/web", | 12 "+third_party/WebKit/public/web", |
12 ] | 13 ] |
OLD | NEW |