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 adff8921cb420112cbbeb4f6b5dc80b136e6f961..a4d456f7dd7cc41427dbc8950dff1eb49f35b59e 100644 |
| --- a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
| +++ b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn |
| @@ -12,9 +12,13 @@ blink_modules_sources("shapedetection") { |
| "DetectedBarcode.h", |
| "DetectedFace.cpp", |
| "DetectedFace.h", |
| + "DetectedText.cpp", |
| + "DetectedText.h", |
| "FaceDetector.cpp", |
| "FaceDetector.h", |
| "ShapeDetector.cpp", |
| "ShapeDetector.h", |
| + "TextDetector.cpp", |
| + "TextDetector.h", |
| ] |
| } |