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

Issue 557087: Fixed compile error for unit-tests on linux. We do not include any glew file ... (Closed)

Created:
10 years, 10 months ago by alokp
Modified:
9 years, 6 months ago
Reviewers:
gman1, greggman, piman
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Fixed compile error for unit-tests on linux. We do not include any glew file for unitests. They are mocked in gl_mock.h. gles2_cmd_decoder.cc included x_utils.h which in turn included glxew.h. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37834

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M gpu/command_buffer/service/gl_utils.h View 1 chunk +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/x_utils.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
alokp
10 years, 10 months ago (2010-02-01 20:44:26 UTC) #1
piman
LGTM as long as it passes the try bots.
10 years, 10 months ago (2010-02-01 20:54:10 UTC) #2
alokp
Never mind. Now I see the usage of XWindowWrapper. I will redo this.
10 years, 10 months ago (2010-02-01 20:55:26 UTC) #3
greggman
http://codereview.chromium.org/557087/diff/1/2 File gpu/command_buffer/service/gles2_cmd_decoder.cc (left): http://codereview.chromium.org/557087/diff/1/2#oldcode20 gpu/command_buffer/service/gles2_cmd_decoder.cc:20: #if defined(OS_LINUX) If this works great but I suspect ...
10 years, 10 months ago (2010-02-01 20:58:04 UTC) #4
alokp
This version works and also passes try bots. Please review.
10 years, 10 months ago (2010-02-01 21:47:26 UTC) #5
piman
LGTM.
10 years, 10 months ago (2010-02-01 21:54:21 UTC) #6
greggman
10 years, 10 months ago (2010-02-01 21:54:58 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698