diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ deps_os = { } include_rules = [ + # Basic stuff that everyone can use. + # Note: public is not here because core cannot depend on public. '+testing', '+third_party/base', ] |