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

Issue 1443733003: Use label name to generate PDB names in GN. (Closed)

Created:
5 years, 1 month ago by brettw
Modified:
5 years, 1 month ago
Reviewers:
Dirk Pranke, jam
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use label name to generate PDB names in GN. On Windows the GN toolchain setup used the output name to make unique PDB names. But the output name isn't necessarily that unique. The only requirement on that is that the outputs not collide, but multiple targets can otherwise have the same output name. Also, the output name can contain slashes that put it in different directories, or spaces which might confuse certain tools. The label name is guaranteed to be unique in a given target_out_dir so this should give better names. Committed: https://crrev.com/62b96626799d935ec467c5104f2da5b8ce080592 Cr-Commit-Position: refs/heads/master@{#359677}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M build/toolchain/win/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
brettw
5 years, 1 month ago (2015-11-13 21:08:35 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1443733003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1443733003/1
5 years, 1 month ago (2015-11-13 21:09:30 UTC) #5
jam
lgtm if you verified this?
5 years, 1 month ago (2015-11-13 21:43:59 UTC) #6
Dirk Pranke
lgtm. I agree that label_name is better than target_output_name regardless of whether it fixes jam's ...
5 years, 1 month ago (2015-11-13 22:02:47 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-13 22:09:30 UTC) #10
jam
On 2015/11/13 22:02:47, Dirk Pranke wrote: > lgtm. > > I agree that label_name is ...
5 years, 1 month ago (2015-11-13 22:33:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1443733003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1443733003/1
5 years, 1 month ago (2015-11-13 22:35:53 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-11-13 22:52:48 UTC) #14
commit-bot: I haz the power
5 years, 1 month ago (2015-11-13 22:53:37 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/62b96626799d935ec467c5104f2da5b8ce080592
Cr-Commit-Position: refs/heads/master@{#359677}

Powered by Google App Engine
This is Rietveld 408576698