diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS new file mode 100644 index 0000000..bd0159c --- /dev/null +++ b/chrome/common/DEPS @@ -0,0 +1,8 @@ +include_rules = [
+ "+chrome/plugin", # For checking whether we're a plugin process.
+
+ # Other libraries.
+ "+third_party/bzip2",
+ "+third_party/npapi",
+]
+
|