Index: chrome/chrome_dll.gypi |
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
index 052952c7d9ee323d9befb385a88f091efb6c76b8..93bb9aa9b3d11a178013246d3f09bb6d075f8682 100644 |
--- a/chrome/chrome_dll.gypi |
+++ b/chrome/chrome_dll.gypi |
@@ -32,6 +32,20 @@ |
'$(OutDir)\\initial\\chrome.dll', |
'$(OutDir)\\chrome.dll'], |
'msvs_cygwin_shell': 0, |
+ }, |
+ { |
+ 'action_name': 'hardlink_pdb_to_output', |
+ 'inputs': [ |
+ # Not the pdb, since gyp doesn't know about it |
+ '$(OutDir)\\initial\\chrome.dll', |
+ ], |
+ 'outputs': [ |
+ '$(OutDir)\\chrome.dll.pdb', |
+ ], |
+ 'action': ['tools\\build\\win\\hardlink_failsafe.bat', |
+ '$(OutDir)\\initial\\chrome.dll.pdb', |
+ '$(OutDir)\\chrome.dll.pdb'], |
+ 'msvs_cygwin_shell': 0, |
} |
], |
}], |
@@ -136,7 +150,6 @@ |
'AdditionalLibraryDirectories': ['$(DXSDK_DIR)/lib/x86'], |
'BaseAddress': '0x01c30000', |
'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib', |
- 'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb', |
# Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency). |
'SubSystem': '2', |
'conditions': [ |