diff options
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index f4f560b..1486f99 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -6,17 +6,18 @@ include_rules = [ "+sandbox/src", "+skia/include", "+webkit/glue", - + # Other libraries. + "+chrome/third_party/xdg_user_dirs", "+third_party/bzip2", "+third_party/npapi", "+third_party/sqlite", "+third_party/zlib", - + # FIXME - refactor code and remove these dependencies "+chrome/app", "+chrome/browser", "+chrome/browser/net", "+chrome/renderer", "+chrome/views", -]
\ No newline at end of file +] |