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

Unified Diff: services/shape_detection/BUILD.gn

Issue 2728253003: Revert of ShapeDetection: add support for Text Detection in Mac (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | services/shape_detection/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | services/shape_detection/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698