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

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

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: Naming and const correctness suggestions by mcasas@ Created 4 years, 3 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 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 40523f7cd0dd02bd7b3af464f1f465d4fa1e7486..f558ea9e4d574b4495d135a79f85c46381444934 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -639,6 +639,7 @@ mojom("mojo_bindings") {
"platform/modules/notifications/notification.mojom",
"platform/modules/notifications/notification_service.mojom",
"platform/modules/serviceworker/service_worker_event_status.mojom",
+ "platform/modules/shapedetection/shapedetection.mojom",
Ken Rockot(use gerrit already) 2016/09/30 18:05:23 Please add this to new_wrapper_types_mojo_bindings
xianglu 2016/10/03 18:12:07 Done.
"platform/modules/wake_lock/wake_lock_service.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698