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

Unified Diff: ui/gl/gl.gyp

Issue 1635243002: On X11, copy ANGLE's libraries instead of using the _ANGLE version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gl/gl_implementation_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index afa2ad0fb5abe64e6047c9a4947d09d1adad9f98..5e48625f818ddc916398dce67c7aed1e10906d75 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -186,10 +186,16 @@
'<(DEPTH)/build/linux/system.gyp:xcomposite',
'<(DEPTH)/build/linux/system.gyp:xext',
'<(DEPTH)/ui/events/platform/events_platform.gyp:events_platform',
- '<(DEPTH)/third_party/angle/src/angle.gyp:libEGL_ANGLE',
- '<(DEPTH)/third_party/angle/src/angle.gyp:libGLESv2_ANGLE',
'<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
],
+ 'copies': [{
+ 'destination': '<(PRODUCT_DIR)',
+ 'files':
+ [
+ "<(PRODUCT_DIR)/lib/libEGL.so",
+ "<(PRODUCT_DIR)/lib/libGLESv2.so",
+ ],
+ }],
}],
['OS=="win"', {
'sources': [
« no previous file with comments | « no previous file | ui/gl/gl_implementation_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698