diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,7 @@ include_rules = [ # Everybody can use some things. "+base", "+build", + "+ipc", # For now, we allow ICU to be included by specifying "unicode/...", although # this should probably change. @@ -81,6 +82,7 @@ include_rules = [ skip_child_includes = [ "breakpad", "gears", + "ipc", "sdch", "skia", "testing", |