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

Unified Diff: snapshot/snapshot.gyp

Issue 683143003: minidump: Add InitializeFromSnapshot() for MinidumpModuleCrashpadInfoListWriter and downstream (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 6 years, 2 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 | « minidump/minidump_simple_string_dictionary_writer_test.cc ('k') | snapshot/test/test_module_snapshot.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 3b1a8d62fcc3f0421b7e59459cee21d52ecaef2e..9557ba9132b2fdfe8ecfdb620293439a90ae9266 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -75,6 +75,22 @@
],
},
{
+ 'target_name': 'snapshot_test_lib',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'snapshot',
+ '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ '../util/util.gyp:util',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'test/test_module_snapshot.cc',
+ 'test/test_module_snapshot.h',
+ ],
+ },
+ {
'target_name': 'snapshot_test',
'type': 'executable',
'dependencies': [
« no previous file with comments | « minidump/minidump_simple_string_dictionary_writer_test.cc ('k') | snapshot/test/test_module_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698