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

Unified Diff: gyp/dm.gyp

Issue 343583005: Add basic stacktrace handler using libunwind. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: wimpy linux Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/crash_handler.gyp ('k') | gyp/gm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index a849e5433c3dd12ce1448cf2285263d28ed4f450..f69ffe5f4b7192b02073971739daf9d7cf4b28e4 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -55,11 +55,12 @@
'../src/utils/debugger/SkObjectParser.cpp',
],
'dependencies': [
- 'skia_lib.gyp:skia_lib',
+ 'crash_handler.gyp:CrashHandler',
+ 'etc1.gyp:libetc1',
'flags.gyp:flags',
- 'jsoncpp.gyp:jsoncpp',
'gputest.gyp:skgputest',
- 'etc1.gyp:libetc1',
+ 'jsoncpp.gyp:jsoncpp',
+ 'skia_lib.gyp:skia_lib',
],
'conditions': [
['skia_android_framework', {
« no previous file with comments | « gyp/crash_handler.gyp ('k') | gyp/gm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698