| Index: services/shape_detection/BUILD.gn
|
| diff --git a/services/shape_detection/BUILD.gn b/services/shape_detection/BUILD.gn
|
| index 9a2ddbd617067b848d5be1b854d3839bf030bd1b..e4d401d46b4f12073f74b84262d95a028d836842 100644
|
| --- a/services/shape_detection/BUILD.gn
|
| +++ b/services/shape_detection/BUILD.gn
|
| @@ -12,7 +12,6 @@
|
| "face_detection_provider_impl.h",
|
| "shape_detection_service.cc",
|
| "shape_detection_service.h",
|
| - "text_detection_impl.h",
|
| ]
|
|
|
| if (is_mac) {
|
| @@ -23,15 +22,12 @@
|
| "detection_utils_mac.mm",
|
| "face_detection_impl_mac.h",
|
| "face_detection_impl_mac.mm",
|
| - "text_detection_impl_mac.h",
|
| - "text_detection_impl_mac.mm",
|
| ]
|
| libs = [ "QuartzCore.framework" ]
|
| } else {
|
| sources += [
|
| "barcode_detection_impl.cc",
|
| "face_detection_provider_impl.cc",
|
| - "text_detection_impl.cc",
|
| ]
|
| }
|
|
|
| @@ -61,7 +57,6 @@
|
| sources += [
|
| "barcode_detection_impl_mac_unittest.mm",
|
| "face_detection_impl_mac_unittest.mm",
|
| - "text_detection_impl_mac_unittest.mm",
|
| ]
|
|
|
| libs = [
|
|
|