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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2522143002: ShapeDetection: split mojom into face and barcode interfaces (Closed)
Patch Set: Smart rebase to https://crrev.com/2527503003 (FaceDetectorOptions) Created 4 years, 1 month 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index f3a05ca855bde3a8d726dd6c3fa8d8853533a850..2593974a63ff48340290a578749225e7f8bf0b10 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -684,7 +684,8 @@ mojom("new_wrapper_types_mojo_bindings") {
"platform/modules/screen_orientation/screen_orientation_lock_types.mojom",
"platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom",
"platform/modules/serviceworker/service_worker_event_status.mojom",
- "platform/modules/shapedetection/shapedetection.mojom",
+ "platform/modules/shapedetection/barcodedetection.mojom",
+ "platform/modules/shapedetection/facedetection.mojom",
"platform/modules/websockets/websocket.mojom",
"platform/referrer.mojom",
"web/window_features.mojom",

Powered by Google App Engine
This is Rietveld 408576698