summaryrefslogtreecommitdiffstats
path: root/chrome/common/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r--chrome/common/DEPS18
1 files changed, 15 insertions, 3 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index fdd760a..3fd1671 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -1,8 +1,20 @@
include_rules = [
"+chrome/plugin", # For checking whether we're a plugin process.
-
+ "+libxml",
+ "+sandbox/src",
+ "+skia/include",
+ "+webkit/glue",
+
# Other libraries.
"+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