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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/DEPS

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Add explanatory comments, rebase Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/shapedetection/DEPS
diff --git a/third_party/WebKit/Source/modules/shapedetection/DEPS b/third_party/WebKit/Source/modules/shapedetection/DEPS
index 16c6c5d6531c11c11d81f7540842e6f3202715d8..155a000bf8596f199949d2c940f15f431759aabe 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DEPS
+++ b/third_party/WebKit/Source/modules/shapedetection/DEPS
@@ -8,6 +8,8 @@ include_rules = [
"+modules/shapedetection",
"+platform",
"+public/platform",
+ "+services/shape_detection/public/interfaces/constants.mojom-blink.h",
+ "+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.
"+third_party/skia/include/core/SkImage.h",
"+third_party/skia/include/core/SkImageInfo.h",
"+ui/gfx/geometry",

Powered by Google App Engine
This is Rietveld 408576698