Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / athena / DEPS
1 # Please do not add dependency to chrome/ and its subdirectories
2
3 include_rules = [
4   # Components within athena must state their dependencies explicitly
5   # except for common.
6   "-athena",
7   "+athena/util",
8 ]
9
10 specific_include_rules = {
11   ".*unittest\.cc": [
12     "+athena/test",
13   ],
14 }
15