diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-25 02:48:04 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-25 02:48:04 +0000 |
commit | f50e9b22e51619f22d33bef0a591f6c4a50559aa (patch) | |
tree | 68013f65e2e33e5c77063dfdec57ff7a25a9428a /chrome/nacl.gypi | |
parent | 2b81497786a9177f66feff85b50e11a61832a651 (diff) | |
download | chromium_src-f50e9b22e51619f22d33bef0a591f6c4a50559aa.zip chromium_src-f50e9b22e51619f22d33bef0a591f6c4a50559aa.tar.gz chromium_src-f50e9b22e51619f22d33bef0a591f6c4a50559aa.tar.bz2 |
NaCl: Split the debug exception handler thread into a separate file
This is in preparation for changing nacl_process_host.cc to reuse this
code instead of having its own copy in DebugContext. This needs to go
into chrome/common rather than chrome/nacl so that
nacl_process_host.cc can #include it under the checkdeps rules.
This changes the code to use PostTask() instead of PostDelayedTask().
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2618
TEST=run_inbrowser_exception_test in nacl_integration
Review URL: http://codereview.chromium.org/10211007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 98fe17d..fa82de9 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -107,6 +107,7 @@ ], 'sources': [ 'common/nacl_cmd_line.cc', + 'common/nacl_debug_exception_handler_win.cc', 'common/nacl_messages.cc', 'common/nacl_types.cc', 'nacl/nacl_broker_listener.cc', |