Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+bindings", | 2 "+bindings", |
| 3 "+core", | 3 "+core", |
| 4 "+heap", | 4 "+heap", |
| 5 "-modules", | 5 "-modules", |
| 6 "+modules/ModulesExport.h", | 6 "+modules/ModulesExport.h", |
| 7 "+modules/canvas2d", | 7 "+modules/canvas2d", |
| 8 "+modules/shapedetection", | 8 "+modules/shapedetection", |
| 9 "+platform", | 9 "+platform", |
| 10 "+public/platform", | 10 "+public/platform", |
| 11 "+services/shape_detection/public/interfaces/constants.mojom-blink.h", | |
| 12 "+services/service_manager/public", | |
|
Ken Rockot(use gerrit already)
2016/12/05 20:56:52
no longer needed
xianglu
2016/12/05 22:13:22
Done.
| |
| 11 "+third_party/skia/include/core/SkImage.h", | 13 "+third_party/skia/include/core/SkImage.h", |
| 12 "+third_party/skia/include/core/SkImageInfo.h", | 14 "+third_party/skia/include/core/SkImageInfo.h", |
| 13 "+ui/gfx/geometry", | 15 "+ui/gfx/geometry", |
| 14 "-web", | 16 "-web", |
| 15 ] | 17 ] |
| OLD | NEW |