Chromium Code Reviews| 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..adff8921cb420112cbbeb4f6b5dc80b136e6f961 100644 |
| --- a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
| +++ b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
| @@ -6,9 +6,15 @@ import("//third_party/WebKit/Source/modules/modules.gni") |
| blink_modules_sources("shapedetection") { |
| sources = [ |
| + "BarcodeDetector.cpp", |
| + "BarcodeDetector.h", |
| + "DetectedBarcode.cpp", |
| + "DetectedBarcode.h", |
| "DetectedFace.cpp", |
| "DetectedFace.h", |
| "FaceDetector.cpp", |
| "FaceDetector.h", |
| + "ShapeDetector.cpp", |
| + "ShapeDetector.h", |
| ] |
| } |