Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1117)

Side by Side Diff: third_party/WebKit/Source/modules/shapedetection/DEPS

Issue 2875243002: RELAND: ShapeDetection: use mojom::Bitmap for mojo interface. (Closed)
Patch Set: RELAND2: ShapeDetection: use mojom::Bitmap for mojo interface. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-modules", 2 "-modules",
3 "+modules/ModulesExport.h", 3 "+modules/ModulesExport.h",
4 "+modules/canvas2d", 4 "+modules/canvas2d",
5 "+modules/imagecapture/Point2D.h", 5 "+modules/imagecapture/Point2D.h",
6 "+modules/shapedetection", 6 "+modules/shapedetection",
7 "+services/shape_detection", 7 "+services/shape_detection",
8 "+skia/public/interfaces/bitmap.mojom-blink.h",
8 "+third_party/skia/include/core/SkImage.h", 9 "+third_party/skia/include/core/SkImage.h",
9 "+third_party/skia/include/core/SkImageInfo.h", 10 "+third_party/skia/include/core/SkImageInfo.h",
10 "+ui/gfx/geometry", 11 "+ui/gfx/geometry",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698