Skeleton of the debugger host.

This commit is contained in:
Ben Vanik
2013-02-01 05:37:42 -08:00
parent b6a9dfe7e0
commit c2fbafdc28
20 changed files with 679 additions and 2 deletions

12
src/dbg/sources.gypi Normal file
View File

@@ -0,0 +1,12 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'client.cc',
'content_source.cc',
'debugger.cc',
'indexed_content_source.cc',
'listener.cc',
'ws_client.cc',
'ws_listener.cc',
],
}