summaryrefslogtreecommitdiff
path: root/chromium/v8/src/trap-handler/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/trap-handler/DEPS')
-rw-r--r--chromium/v8/src/trap-handler/DEPS17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromium/v8/src/trap-handler/DEPS b/chromium/v8/src/trap-handler/DEPS
new file mode 100644
index 00000000000..681cbd8825f
--- /dev/null
+++ b/chromium/v8/src/trap-handler/DEPS
@@ -0,0 +1,17 @@
+# In order to make it easier to audit the signal handler code, we use very
+# restrictive include rules to limit the amount of code that the signal handler
+# can depend on.
+
+include_rules = [
+ "-src",
+ "-include",
+ "+src/trap-handler",
+]
+
+specific_include_rules = {
+ "trap-handler.h": [
+ "+src/base/build_config.h",
+ "+src/globals.h",
+ "+src/flags.h",
+ ]
+}