diff options
Diffstat (limited to 'chrome/plugin/DEPS')
-rw-r--r-- | chrome/plugin/DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/plugin/DEPS b/chrome/plugin/DEPS new file mode 100644 index 0000000..0d9d3a6 --- /dev/null +++ b/chrome/plugin/DEPS @@ -0,0 +1,9 @@ +include_rules = [
+ "+chrome/renderer",
+ "+sandbox/src",
+ "+skia/ext",
+ "+third_party/npapi",
+ "+webkit/glue",
+ "+webkit/glue/plugins",
+]
+
|