Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc", | 2 "+cc", |
| 3 "+content", | |
|
dcheng
2017/03/01 23:57:26
content_shell only depends on the content public A
Charlie Reis
2017/03/02 23:59:17
I would defer to jam@ here. Seems ok to me.
| |
| 3 "+gin", | 4 "+gin", |
| 4 "+gpu/command_buffer/client", | 5 "+gpu/command_buffer/client", |
| 5 "+media/midi/midi_service.mojom.h", | 6 "+media/midi/midi_service.mojom.h", |
| 6 "+mojo/public", | 7 "+mojo/public", |
| 7 "+net/base", | 8 "+net/base", |
| 8 "+skia", | 9 "+skia", |
| 9 "+third_party/khronos/GLES2/gl2.h", | 10 "+third_party/khronos/GLES2/gl2.h", |
| 10 "+third_party/skia", | 11 "+third_party/skia", |
| 11 "+third_party/WebKit/public/platform", | 12 "+third_party/WebKit/public/platform", |
| 12 "+third_party/WebKit/public/web", | 13 "+third_party/WebKit/public/web", |
| 13 "+ui/display", | 14 "+ui/display", |
| 14 "+ui/events", | 15 "+ui/events", |
| 15 "+ui/gfx", | 16 "+ui/gfx", |
| 16 "+v8/include", | 17 "+v8/include", |
| 17 ] | 18 ] |
| OLD | NEW |