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

Issue 1863323004: Windows component build fix: OriginTraials.h (Closed)

Created:
4 years, 8 months ago by shinyak (Google)
Modified:
4 years, 8 months ago
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Windows component build fix: OriginTraials.h Fix the following error: webcore_shared.OriginTrials.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl WTF::HashTraits<class WTF::String> ::isEmptyValue(class WTF::String const &)" (?isEmptyValue@?$HashTraits@VString@WTF@@@WTF@@SA_NABVString@2@@Z) TBR=iclelland@chromium.org,rbyers@chromium.org,mek@chromium.org BUG=601282 Committed: https://crrev.com/a34111d476c333a6e7b182f0d703e67d8172d2d3 Cr-Commit-Position: refs/heads/master@{#386009}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl View 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 20 (10 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863323004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863323004/1
4 years, 8 months ago (2016-04-08 05:31:02 UTC) #3
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 8 months ago (2016-04-08 05:31:04 UTC) #5
shinyak
4 years, 8 months ago (2016-04-08 05:31:58 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863323004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863323004/1
4 years, 8 months ago (2016-04-08 05:32:24 UTC) #11
Marijn Kruisselbrink
lgtm
4 years, 8 months ago (2016-04-08 06:03:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863323004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863323004/1
4 years, 8 months ago (2016-04-08 06:30:43 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-08 06:39:35 UTC) #16
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/a34111d476c333a6e7b182f0d703e67d8172d2d3 Cr-Commit-Position: refs/heads/master@{#386009}
4 years, 8 months ago (2016-04-08 06:40:45 UTC) #18
iclelland
https://codereview.chromium.org/1863323004/diff/1/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl File third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl (right): https://codereview.chromium.org/1863323004/diff/1/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl#newcode8 third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl:8: #include "wtf/text/StringHash.h" I don't know why this error is ...
4 years, 8 months ago (2016-04-08 14:07:57 UTC) #19
shinyak
4 years, 8 months ago (2016-04-12 04:54:23 UTC) #20
Message was sent while issue was closed.
https://codereview.chromium.org/1863323004/diff/1/third_party/WebKit/Source/b...
File third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl
(right):

https://codereview.chromium.org/1863323004/diff/1/third_party/WebKit/Source/b...
third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl:8:
#include "wtf/text/StringHash.h"
On 2016/04/08 at 14:07:56, iclelland wrote:
> I don't know why this error is just showing up now, but shouldn't this line
actually be in OriginTrialContext.cpp?
> 
> (It looks to me like, if it was going to be a problem, it would have surfaced
in https://codereview.chromium.org/1739163004, when I actually added the
HashSet<String>)

Ah, sorry for late response. I'd like to fix this soon.

Powered by Google App Engine
This is Rietveld 408576698