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

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2360783003: shapedetection module: Introduce basic structure for face detection (Closed)
Patch Set: haraken@ comments 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/Source/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index bb1e96afe944a6dec55c6a88c86da299b30a4c6e..e4fa4dde6a50464f226d6b4feb42a0dabb896cb9 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -141,6 +141,7 @@ target(modules_target_type, "modules") {
"//third_party/WebKit/Source/modules/screen_orientation",
"//third_party/WebKit/Source/modules/sensor",
"//third_party/WebKit/Source/modules/serviceworkers",
+ "//third_party/WebKit/Source/modules/shapedetection",
"//third_party/WebKit/Source/modules/speech",
"//third_party/WebKit/Source/modules/srcobject",
"//third_party/WebKit/Source/modules/storage",

Powered by Google App Engine
This is Rietveld 408576698