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

Unified Diff: gpu/gles2_conform_support/gles2_conform_support.gyp

Issue 1592563002: Don't compile windowed egl into gles2_conform_test_windowless (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 | no next file » | 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 cfc6cc7d34083c19c3340addd3f32e2650f6727c..6e63493586a41e2f290eeccb8459d3e5e409a754 100644
--- a/gpu/gles2_conform_support/gles2_conform_support.gyp
+++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
@@ -12,17 +12,9 @@
'native/main.cc',
],
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="win"', {
'bootstrap_sources_native': [
'native/egl_native.cc',
- 'native/egl_native_aura.cc',
- 'native/egl_native_x11.cc',
- ],
- }],
- ['OS=="win"', {
- 'bootstrap_sources_native': [
- 'native/egl_native.cc',
- 'native/egl_native_win.cc',
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698