- add sources.
[platform/framework/web/crosswalk.git] / src / components / DEPS
1 include_rules = [
2   # Do not add chrome/ as an allowed include.
3
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",
13
14   # Dependencies of variations component.
15   "+third_party/mt19937ar",
16 ]