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

Unified Diff: gyp/gm.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/dm.gyp ('k') | gyp/tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 9b74e74669e3eef1353ac92e67a6260422dc9f1a..fd8f74d621c7cc33cd5ab83bf1cf1697bacce29d 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -16,8 +16,9 @@
'../tools/sk_tool_utils.cpp',
],
'dependencies': [
- 'skia_lib.gyp:skia_lib',
+ 'crash_handler.gyp:CrashHandler',
'jsoncpp.gyp:jsoncpp',
+ 'skia_lib.gyp:skia_lib',
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « gyp/dm.gyp ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698