diff options
-rw-r--r-- | chrome/worker/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/worker/DEPS b/chrome/worker/DEPS new file mode 100644 index 0000000..09e3a68 --- /dev/null +++ b/chrome/worker/DEPS @@ -0,0 +1,6 @@ +include_rules = [
+ "+chrome/worker",
+ "+sandbox/src",
+ "+webkit/glue",
+]
+
|