diff options
Diffstat (limited to 'chrome/app/DEPS')
-rw-r--r-- | chrome/app/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS new file mode 100644 index 0000000..caa6945 --- /dev/null +++ b/chrome/app/DEPS @@ -0,0 +1,6 @@ +include_rules = [
+ "+breakpad",
+ "+chrome/browser",
+ "+sandbox",
+ "+tools/memory_watcher",
+]
|