| Index: third_party/WebKit/Source/modules/shapedetection/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn
|
| index 1dcdb9246111d2496f0f90eea49673101394b974..cd00102e1755c134aa222beb1937c331cd60757e 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn
|
| @@ -10,5 +10,8 @@ blink_modules_sources("shapedetection") {
|
| "DetectedFace.h",
|
| "FaceDetector.cpp",
|
| "FaceDetector.h",
|
| + "FaceDetectorImpl.h",
|
| + "FaceDetectorImplMac.h",
|
| + "FaceDetectorImplMac.mm",
|
| ]
|
| }
|
|
|