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