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

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

Issue 2744383002: Revert of [wasm] Initial signal handler (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « src/runtime/runtime-wasm.cc ('k') | src/trap-handler/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "trap-handler.h": [
13 "+src/base/build_config.h",
14 "+src/globals.h",
15 "+src/flags.h",
16 ]
17 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-wasm.cc ('k') | src/trap-handler/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698