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

Issue 1635243002: On X11, copy ANGLE's libraries instead of using the _ANGLE version (Closed)

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

Description

On X11, copy ANGLE's libraries instead of using the _ANGLE version The _ANGLE version of the ANGLE libraries were loadable_module targets linking against their respective shared_library. It worked in Debug build but in Release builds the --as-needed linker flag removed the dependency. Release Chromium would then be enable to find eglGetProcAddress in libEGL_ANGLE and fail to start the GPU process. This commit replaces the loadable_module scheme by a simple copy of the libEGL and libGLESv2 shared libraries from PRODUCT_DIR/lib to PRODUCT_DIR. The drawback to doing this is that the GYP and GN code diverge (there is no need for the copy in GN). BUG=522967 Committed: https://crrev.com/73c23eb5053aa6c70583b196a29ee5ec1b241143 Cr-Commit-Position: refs/heads/master@{#371821}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M ui/gl/gl.gyp View 1 chunk +8 lines, -2 lines 0 comments Download
M ui/gl/gl_implementation_x11.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
Corentin Wallez
On 2016/01/26 22:18:44, cwallez1 wrote: > mailto:cwallez@chromium.org changed reviewers: > + mailto:kbr@chromium.org PTAL, this is ...
4 years, 11 months ago (2016-01-26 22:19:37 UTC) #3
Ken Russell (switch to Gerrit)
LGTM I'm sure you'll do this anyway, but if the _ANGLE targets are then unused, ...
4 years, 11 months ago (2016-01-26 23:02:10 UTC) #4
Corentin Wallez
On 2016/01/26 23:02:10, Ken Russell wrote: > LGTM > > I'm sure you'll do this ...
4 years, 11 months ago (2016-01-27 16:51:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1635243002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1635243002/1
4 years, 11 months ago (2016-01-27 16:52:45 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-27 18:05:43 UTC) #9
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 18:06:48 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/73c23eb5053aa6c70583b196a29ee5ec1b241143
Cr-Commit-Position: refs/heads/master@{#371821}

Powered by Google App Engine
This is Rietveld 408576698