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

Unified Diff: snapshot/snapshot_test.gyp

Issue 1355503005: win: Make reading CrashpadInfo work across bitness (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 3 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 | « client/crashpad_info.cc ('k') | snapshot/win/crashpad_snapshot_test_simple_annotations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot_test.gyp
diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp
index eec564f9c505ebfcfe441f1cf9af3c5d1fc81f97..5cb5776ee0456d7df695e69177ee2e1f7b5994c4 100644
--- a/snapshot/snapshot_test.gyp
+++ b/snapshot/snapshot_test.gyp
@@ -179,6 +179,18 @@
'NoImportLibrary': 'true',
},
},
+ {
+ 'target_name': 'crashpad_snapshot_test_simple_annotations',
+ 'type': 'executable',
+ 'dependencies': [
+ '../client/client.gyp:crashpad_client',
+ '../compat/compat.gyp:crashpad_compat',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
+ ],
+ 'sources': [
+ 'win/crashpad_snapshot_test_simple_annotations.cc',
+ ],
+ },
],
}],
],
« no previous file with comments | « client/crashpad_info.cc ('k') | snapshot/win/crashpad_snapshot_test_simple_annotations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698