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

Issue 2856063: Fixed compilation errors for Windows multi-DLL build. (Closed)

Created:
10 years, 5 months ago by apatrick_chromium
Modified:
9 years, 7 months ago
Reviewers:
Victor Wang
CC:
chromium-reviews
Visibility:
Public.

Description

Fixed compilation errors for Windows multi-DLL build. TEST=try BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53813

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M third_party/mesa/MesaLib/include/GL/gl.h View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/mesa/README.chromium View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
apatrick_chromium
10 years, 5 months ago (2010-07-26 21:33:31 UTC) #1
Victor Wang
http://codereview.chromium.org/2856063/diff/1/2 File third_party/mesa/mesa.gyp (right): http://codereview.chromium.org/2856063/diff/1/2#newcode17 third_party/mesa/mesa.gyp:17: 'BUILD_GL32', so it will always have DllExport even if ...
10 years, 5 months ago (2010-07-26 21:36:38 UTC) #2
apatrick_chromium
http://codereview.chromium.org/2856063/diff/1/2 File third_party/mesa/mesa.gyp (right): http://codereview.chromium.org/2856063/diff/1/2#newcode17 third_party/mesa/mesa.gyp:17: 'BUILD_GL32', Yes. But we always build mesa into a ...
10 years, 5 months ago (2010-07-26 21:40:18 UTC) #3
Victor Wang
On 2010/07/26 21:40:18, apatrick_chromium wrote: > http://codereview.chromium.org/2856063/diff/1/2 > File third_party/mesa/mesa.gyp (right): > > http://codereview.chromium.org/2856063/diff/1/2#newcode17 > ...
10 years, 5 months ago (2010-07-26 21:48:25 UTC) #4
apatrick_chromium
Removing BUILD_GL32 from the mesa static library didn't work. DllImport is always wrong for chrome. ...
10 years, 5 months ago (2010-07-26 22:13:20 UTC) #5
Victor Wang
On 2010/07/26 22:13:20, apatrick_chromium wrote: > Removing BUILD_GL32 from the mesa static library didn't work. ...
10 years, 5 months ago (2010-07-26 22:17:14 UTC) #6
apatrick_chromium
It works either if I add BUILD_GL32 to both targets or if I comment the ...
10 years, 5 months ago (2010-07-26 23:16:24 UTC) #7
Victor Wang
On 2010/07/26 23:16:24, apatrick_chromium wrote: > It works either if I add BUILD_GL32 to both ...
10 years, 5 months ago (2010-07-26 23:19:47 UTC) #8
Victor Wang
10 years, 5 months ago (2010-07-27 18:03:54 UTC) #9
LGTM

Thanks for fixing this!
On 2010/07/26 23:19:47, Victor Wang wrote:
> On 2010/07/26 23:16:24, apatrick_chromium wrote:
> > It works either if I add BUILD_GL32 to both targets or if I comment the
> > dllimport stuff in gl.h as in my most recent patch. I'm happy doing it
either
> > way.
> commenting the dllimport sounds better to me...

Powered by Google App Engine
This is Rietveld 408576698