[go: nahoru, domu]

blob: 8c50bc11d70924141cfa96d1f100a6832126649d [file] [log] [blame]
# Copyright 2017 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
generate_java = true
sources = [
"barcodedetection.mojom",
"barcodedetection_provider.mojom",
"facedetection.mojom",
"facedetection_provider.mojom",
"shape_detection_service.mojom",
"textdetection.mojom",
]
public_deps = [
"//sandbox/policy/mojom",
"//skia/public/mojom",
"//ui/gfx/geometry/mojom",
]
# Platforms except Chrome OS host shape detection in the GPU process.
if (is_chromeos && is_chrome_branded) {
enabled_features = [ "has_shape_detection_utility" ]
}
}