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

Unified Diff: gyp/bench.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 | « gm/gmmain.cpp ('k') | gyp/crash_handler.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 8c8199167fdfd31537e2a71e044f6d5e9a238e6f..a5e0cd6918bc3fb983cae2bdd89c885dd012d5ca 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -9,11 +9,12 @@
'target_name': 'bench',
'type': 'executable',
'dependencies': [
- 'skia_lib.gyp:skia_lib',
'bench_timer',
+ 'crash_handler.gyp:CrashHandler',
+ 'etc1.gyp:libetc1',
'flags.gyp:flags',
'jsoncpp.gyp:jsoncpp',
- 'etc1.gyp:libetc1',
+ 'skia_lib.gyp:skia_lib',
],
'sources': [
'../bench/ResultsWriter.cpp',
« no previous file with comments | « gm/gmmain.cpp ('k') | gyp/crash_handler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698