| # Copyright 2020 The Chromium Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| modules_idl_files = [ | |
| "barcode_detector.idl", | |
| "face_detector.idl", | |
| "text_detector.idl", | |
| ] | |
| modules_dictionary_idl_files = [ | |
| "barcode_detector_options.idl", | |
| "detected_barcode.idl", | |
| "detected_face.idl", | |
| "detected_text.idl", | |
| "face_detector_options.idl", | |
| "landmark.idl", | |
| ] |