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

Unified Diff: chrome/chrome_syzygy.gyp

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
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_syzygy.gyp
diff --git a/chrome/chrome_syzygy.gyp b/chrome/chrome_syzygy.gyp
index d174ee46e8e051122eae49fb7e64d9a4b2ddc490..07c25ded410f50f524f1d7db97e7efb470bd49c1 100644
--- a/chrome/chrome_syzygy.gyp
+++ b/chrome/chrome_syzygy.gyp
@@ -27,17 +27,17 @@
'msvs_cygwin_shell': 0,
'inputs': [
'<(PRODUCT_DIR)\\chrome.dll',
- '<(PRODUCT_DIR)\\chrome_dll.pdb',
+ '<(PRODUCT_DIR)\\chrome.dll.pdb',
],
'outputs': [
'<(dest_dir)\\chrome.dll',
- '<(dest_dir)\\chrome_dll.pdb',
+ '<(dest_dir)\\chrome.dll.pdb',
],
'action': [
'python',
'<(DEPTH)/chrome/tools/build/win/syzygy_reorder.py',
'--input_executable', '<(PRODUCT_DIR)\\chrome.dll',
- '--input_symbol', '<(PRODUCT_DIR)\\chrome_dll.pdb',
+ '--input_symbol', '<(PRODUCT_DIR)\\chrome.dll.pdb',
'--destination_dir', '<(dest_dir)',
],
},
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698