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

Issue 11384003: Make all pdb file names follow the same naming convention. (Closed)

Created:
8 years, 1 month ago by iannucci
Modified:
8 years, 1 month ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, sergeyu+watch_chromium.org, grt+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, wez+watch_chromium.org, lambroslambrou+watch_chromium.org, robertshield, pam+watch_chromium.org, alexeypa+watch_chromium.org, rmsousa+watch_chromium.org, dharani1
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Make all pdb file names follow the same naming convention. The new naming scheme simply appends .pdb to the target (e.g. foo.dll.pdb and foo.exe.pdb). This is beneficial for a couple reasons: * no more chrome_dll.pdb and chrome_exe.pdb silliness * also avoids this issue if we end up with similarly named targets in the future (target.dll and target.exe) * ninja already does this, and, by extension, either ninja needs to be broken to use the old scheme, or the we fix the broken in the existing system. One less difference between msvs and ninja. Fixes for chrome-internal stuff: https://chromereviews.googleplex.com/5681015 BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=168341

Patch Set 1 #

Total comments: 1

Patch Set 2 : Get a couple more places #

Patch Set 3 : line length #

Patch Set 4 : Rebase #

Patch Set 5 : rebase #

Patch Set 6 : line ending #

Patch Set 7 : I'll fix that comment in another cl... #

Patch Set 8 : Can only hardlink if the pdb exists... #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -36 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/chrome_dll.gypi View 1 2 3 4 5 6 7 8 2 chunks +22 lines, -2 lines 0 comments Download
M chrome/chrome_exe.gypi View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/chrome_syzygy.gyp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/installer/mini_installer.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/functional/stress.py View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/tools/build/win/FILES.cfg View 1 2 3 4 5 6 7 6 chunks +24 lines, -24 lines 0 comments Download
M chrome/tools/build/win/make_chromebot_zip.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_frame_launcher.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
iannucci
8 years, 1 month ago (2012-11-08 20:32:47 UTC) #1
Sigurður Ásgeirsson
Seems like a good idea, but I think you've missed a couple of places: chrome/chrome_dll.gypi: ...
8 years, 1 month ago (2012-11-08 20:44:59 UTC) #2
iannucci
On 2012/11/08 20:44:59, Sigurður Ásgeirsson wrote: > Seems like a good idea, but I think ...
8 years, 1 month ago (2012-11-08 21:05:02 UTC) #3
eroman
General naming change seems good to me. However you will need to be careful to ...
8 years, 1 month ago (2012-11-08 22:27:05 UTC) #4
iannucci
On 2012/11/08 22:27:05, eroman wrote: > General naming change seems good to me. > > ...
8 years, 1 month ago (2012-11-08 22:48:02 UTC) #5
eroman
I searched all the places I knew to look, and that is the only reference ...
8 years, 1 month ago (2012-11-08 22:53:45 UTC) #6
iannucci
On 2012/11/08 22:53:45, eroman wrote: > I searched all the places I knew to look, ...
8 years, 1 month ago (2012-11-08 22:56:07 UTC) #7
dharani
Though this change looks scary to me, I couldn't find any other hardcoded scripts. However, ...
8 years, 1 month ago (2012-11-08 23:56:50 UTC) #8
iannucci
On 2012/11/08 23:56:50, dharani wrote: > Though this change looks scary to me, I couldn't ...
8 years, 1 month ago (2012-11-09 19:30:09 UTC) #9
Sigurður Ásgeirsson
lgtm. I think you'll need some owners approval, though?
8 years, 1 month ago (2012-11-09 19:38:33 UTC) #10
iannucci
Need owner approval :) Basic aim of the patch is to make all pdb names ...
8 years, 1 month ago (2012-11-12 19:33:41 UTC) #11
alexeypa (please no reviews)
remoting/* - lgtm
8 years, 1 month ago (2012-11-12 19:42:12 UTC) #12
M-A Ruel
lgtm, assuming you tried it locally. :)
8 years, 1 month ago (2012-11-13 15:42:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/11384003/8006
8 years, 1 month ago (2012-11-14 20:17:42 UTC) #14
commit-bot: I haz the power
Presubmit check for 11384003-8006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-14 20:17:52 UTC) #15
grt (UTC plus 2)
chrome_frame/ lgtm
8 years, 1 month ago (2012-11-14 21:35:26 UTC) #16
iannucci
Need owner lgtm (gypfiles) for: chrome/ chrome/test/functional Thanks :) R
8 years, 1 month ago (2012-11-14 21:56:55 UTC) #17
Ben Goodger (Google)
lgtm
8 years, 1 month ago (2012-11-15 17:11:45 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/11384003/8006
8 years, 1 month ago (2012-11-15 19:17:00 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-15 20:34:36 UTC) #20
commit-bot: I haz the power
8 years, 1 month ago (2012-11-16 18:06:50 UTC) #21

Powered by Google App Engine
This is Rietveld 408576698