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

Unified Diff: snapshot/snapshot.gyp

Issue 686353004: Add MinidumpContextWriter::CreateFromSnapshot(), everything downstream, and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 6 years, 1 month 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 | « snapshot/cpu_context_test.cc ('k') | snapshot/test/test_cpu_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot.gyp
diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp
index 3f44e6c5916e7322fc773362d9b6f678ceb926f8..4ada9e5c75c1b8b40ecfc5a0426accb846854d0a 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -86,6 +86,8 @@
'..',
],
'sources': [
+ 'test/test_cpu_context.cc',
+ 'test/test_cpu_context.h',
'test/test_memory_snapshot.cc',
'test/test_memory_snapshot.h',
'test/test_module_snapshot.cc',
@@ -109,6 +111,7 @@
'..',
],
'sources': [
+ 'cpu_context_test.cc',
'mac/cpu_context_mac_test.cc',
'mac/mach_o_image_annotations_reader_test.cc',
'mac/mach_o_image_reader_test.cc',
« no previous file with comments | « snapshot/cpu_context_test.cc ('k') | snapshot/test/test_cpu_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698