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

Unified Diff: snapshot/snapshot_test.gyp

Issue 1349313003: win: support x64 reading x86 (wow64) (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: mac 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 | « build/run_tests.py ('k') | snapshot/win/cpu_context_win.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 234990071311b69505399003ba392e3cb53457b4..5ccd481c686b9f966d2e3ab6a700830732b1970e 100644
--- a/snapshot/snapshot_test.gyp
+++ b/snapshot/snapshot_test.gyp
@@ -93,6 +93,11 @@
],
},
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ 'crashpad_snapshot_test_crashing_child',
+ ],
+ }],
],
},
{
@@ -129,5 +134,22 @@
},
],
}],
+ ['OS=="win"', {
+ 'targets': [
+ {
+ 'target_name': 'crashpad_snapshot_test_crashing_child',
+ 'type': 'executable',
+ 'dependencies': [
+ '../client/client.gyp:crashpad_client',
+ '../compat/compat.gyp:crashpad_compat',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
+ '../util/util.gyp:crashpad_util',
+ ],
+ 'sources': [
+ 'win/crashpad_snapshot_test_crashing_child.cc',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « build/run_tests.py ('k') | snapshot/win/cpu_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698