
This is the first class in the image annotation client library, which will support the use of the image annotation service (see Google-internal doc go/chrome-image-annotation-dd) for images on webpages. The page annotator will be used to schedule and receive image annotations for one web page. This initial CL only contains minimal observer logic; the annotation logic (i.e. communication with the annotation service) will be added when the service is complete. Bug: crbug.com/916363 Change-Id: I74ff44ba707cab972866999cbe0c9542d509293d Reviewed-on: https://chromium-review.googlesource.com/c/1383756 Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Charles . <charleszhao@chromium.org> Commit-Queue: Michael Martis <martis@chromium.org> Cr-Commit-Position: refs/heads/master@{#621336}
5 lines
92 B
Python
5 lines
92 B
Python
include_rules = [
|
|
"+components/page_image_annotation/core",
|
|
"+content/public/common",
|
|
]
|