diff options
Diffstat (limited to 'blimp/client/DEPS')
-rw-r--r-- | blimp/client/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/blimp/client/DEPS b/blimp/client/DEPS index 62e4870..e1fa29a 100644 --- a/blimp/client/DEPS +++ b/blimp/client/DEPS @@ -2,7 +2,8 @@ include_rules = [ "+base", "+cc", "-cc/blink", - "-chrome" + "-chrome", + "+components/safe_json", "-content", "+gpu", "+jni", |