diff options
Diffstat (limited to 'content/worker/DEPS')
-rw-r--r-- | content/worker/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/worker/DEPS b/content/worker/DEPS new file mode 100644 index 0000000..31730d3 --- /dev/null +++ b/content/worker/DEPS @@ -0,0 +1,8 @@ +include_rules = [
+ "+chrome/app", # For UI test
+ "+chrome/browser/worker_host", # For UI test.
+ "+sandbox/src",
+ "+webkit/appcache",
+ "+webkit/glue",
+]
+
|