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

Unified Diff: gpu/khronos_glcts_support/khronos_glcts.gypi

Issue 1405133010: gpu/khronos_glcts_support: add support for GN builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: gpu/khronos_glcts_support/khronos_glcts.gypi
diff --git a/gpu/khronos_glcts_support/khronos_glcts.gypi b/gpu/khronos_glcts_support/khronos_glcts.gypi
index 07d9cd1953fd9687b843a00e782bae8db2be7185..30fe78c81b2a2f1455e93821631fb09e49617daa 100644
--- a/gpu/khronos_glcts_support/khronos_glcts.gypi
+++ b/gpu/khronos_glcts_support/khronos_glcts.gypi
@@ -3,34 +3,6 @@
# found in the LICENSE file.
{
- 'target_defaults': {
- 'defines': [
- 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"',
- 'DEQP_SUPPORT_GLES2=1',
- 'DEQP_SUPPORT_EGL=1',
- 'GTF_API=GTF_GLES20',
- ],
- 'conditions': [
- ['OS=="linux"', {
- 'defines': [
- '_XOPEN_SOURCE=500',
- ],
- 'cflags!': [
- '-fno-exceptions',
- ],
- 'cflags_cc!': [
- '-fno-exceptions',
- ],
- 'target_conditions': [
- ['_type=="static_library"', {
- 'cflags_cc!': [
- '-fno-rtti',
- ],
- }],
- ],
- }],
- ],
- },
'variables': {
# WA: Suppress [chromium-style] enforcement errors when compiled with

Powered by Google App Engine
This is Rietveld 408576698