xdb progress; skeleton trace loading.

This commit is contained in:
Ben Vanik
2014-08-14 23:53:10 -07:00
parent bae26f7dfc
commit 21225b5917
22 changed files with 1236 additions and 18 deletions

View File

@@ -1,6 +1,10 @@
# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'sources': [
'debug_target.cc',
'debug_target.h',
'postmortem_debug_target.cc',
'postmortem_debug_target.h',
'protocol.h',
'xdb.cc',
'xdb.h',
@@ -9,6 +13,7 @@
],
'includes': [
'sym/sources.gypi',
'ui/sources.gypi',
],
}