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

Unified Diff: gpu/gles2_conform_support/gles2_conform_support.gyp

Issue 13985039: Rationalize linux vs x11 in ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review / try issues Created 7 years, 8 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 | « build/common.gypi ('k') | gpu/gles2_conform_support/native/egl_native_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/gles2_conform_support.gyp
diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp
index a4715b6ef0c375ef8f35be3949c679a822b3ee96..94ebebfc0df846b54656d848fe293935a98a50c5 100644
--- a/gpu/gles2_conform_support/gles2_conform_support.gyp
+++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
@@ -14,7 +14,7 @@
['OS=="linux"', {
'bootstrap_sources_native': [
'native/egl_native.cc',
- 'native/egl_native_linux.cc',
+ 'native/egl_native_x11.cc',
],
}],
['OS=="win"', {
« no previous file with comments | « build/common.gypi ('k') | gpu/gles2_conform_support/native/egl_native_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698