Perf: Update size expectations on linux-rel
[chromium-blink-merge.git] / mojo / public / c / DEPS
blob52727706c3865337742c382cf59aa3bb0f394b5a
1 include_rules = [
2   # Require explicit dependencies in each directory.
3   "-mojo/public",
4   # But everyone can depend on the C system headers.
5   "+mojo/public/c/system",
8 specific_include_rules = {
9   r".*_(unit|perf)test\.cc": [
10     "+testing",
11     # Our test harness is C++, so allow the use of C++:
12     "+mojo/public/cpp/system",
13     "+mojo/public/cpp/test_support",
14     "+mojo/public/cpp/utility",
15   ],