[fsp] Fix aborting in File Stream Writer.
[chromium-blink-merge.git] / athena / DEPS
blobb8ec7302dc4b09795640a1ee5390bdb2d12629f3
1 # Please do not add dependency to chrome/ and its subdirectories
3 include_rules = [
4   # Components within athena must state their dependencies explicitly
5   # except for common.
6   "-athena",
7   "+athena/common",
10 specific_include_rules = {
11   ".*unittest\.cc": [
12     "+athena/test",
13   ],