Clears the expired identities from the WebRTC identity cache.
[chromium-blink-merge.git] / components / DEPS
blobf86352427ff05c0a7101531596c07ea63d9de6c7
1 include_rules = [
2   # Do not add chrome/ as an allowed include.
4   # Components should only depend on the public Content API, and on
5   # layers below the Content Module. They must not depend on the
6   # implementation of the Content Module.
7   #
8   # Subdirectories of e.g. src/components/component_name should add
9   # the additional parts of the Content API that they need,
10   # e.g. components/component_name/browser/DEPS would add a
11   # "+content/public/browser" rule.
12   "+content/public/common",
14   # Dependencies of variations component.
15   "+third_party/mt19937ar",