Skeleton of the debugger host.
This commit is contained in:
12
src/dbg/sources.gypi
Normal file
12
src/dbg/sources.gypi
Normal 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',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user