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

Unified Diff: syzygy/pe/pe.gyp

Issue 2427043003: Enable the IAT patcher unittests in x64. (Closed)
Patch Set: Comments. Created 4 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 | « syzygy/pe/export_dll_x64.def ('k') | syzygy/pe/test_dll_x64.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/pe/pe.gyp
diff --git a/syzygy/pe/pe.gyp b/syzygy/pe/pe.gyp
index 201b2fa10ce3439cee43801f4484980f9efdcab9..2b2fb3f9db878300d7ee8ca096a42e855f8a114c 100644
--- a/syzygy/pe/pe.gyp
+++ b/syzygy/pe/pe.gyp
@@ -378,6 +378,7 @@
'test_dll_x64.rc',
],
'dependencies': [
+ 'export_dll_x64',
'<(src)/syzygy/version/version.gyp:syzygy_version',
],
'msvs_settings': {
@@ -505,6 +506,30 @@
},
},
{
+ 'target_name': 'export_dll_x64',
+ 'type': 'shared_library',
+ 'sources': [
+ 'export_dll.cc',
+ 'export_dll_x64.def',
+ ],
+ 'msvs_settings': {
+ },
+ 'configurations': {
+ 'Common_Base': {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'VCLinkerTool': {
+ # Force MSVS to produce the same output name as Ninja.
+ 'ImportLibrary': '$(OutDir)lib\$(TargetFileName).lib'
+ },
+ },
+ },
+ 'msvs_target_platform': 'x64',
+ 'msvs_configuration_platform': 'x64',
+ },
+ },
+ },
+ {
'target_name': 'decompose_image_to_text',
'type': 'executable',
'sources': [
« no previous file with comments | « syzygy/pe/export_dll_x64.def ('k') | syzygy/pe/test_dll_x64.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698