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

Unified Diff: gpu/khronos_glcts_support/khronos_glcts.gypi

Issue 1427433007: gpu/khronos_glcts_support: Move target_defaults into separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glcts
Patch Set: rebase 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
« no previous file with comments | « no previous file | gpu/khronos_glcts_support/khronos_glcts_cts.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | gpu/khronos_glcts_support/khronos_glcts_cts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698