diff options
Diffstat (limited to 'app/DEPS')
-rw-r--r-- | app/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/DEPS b/app/DEPS new file mode 100644 index 0000000..9ff54fa --- /dev/null +++ b/app/DEPS @@ -0,0 +1,8 @@ +include_rules = [ + "+net", + # TODO(beng): Sever this link once we have extracted all deps from + # chrome/common. + "+chrome/common", + # TODO(beng): Sever this link after glen fixes it. + "+chrome/browser/extensions/extension.h", +] |