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

Unified Diff: chrome/chrome_dll.gypi

Issue 11384003: Make all pdb file names follow the same naming convention. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
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': [
« build/common.gypi ('K') | « build/common.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698