Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: src/trap-handler/DEPS

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Restore signal mask at the right place Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # In order to make it easier to audit the signal handler code, we use very
2 # restrictive include rules to limit the amount of code that the signal handler
3 # can depend on.
4
5 include_rules = [
6 "-src",
7 "-include",
8 "+src/trap-handler",
9 ]
10
11 specific_include_rules = {
12 "handler-outside.cc": [
13 "+src/flags.h",
14 ],
15 "trap-handler.h": [
16 "+src/base/build_config.h",
17 "+src/globals.h",
18 ]
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698