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

Unified Diff: gpu/khronos_glcts_support/khronos_glcts_defaults.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
Index: gpu/khronos_glcts_support/khronos_glcts_defaults.gypi
diff --git a/gpu/khronos_glcts_support/khronos_glcts_defaults.gypi b/gpu/khronos_glcts_support/khronos_glcts_defaults.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..5634109a487221884f6432c4f211cbc5f1199a4b
--- /dev/null
+++ b/gpu/khronos_glcts_support/khronos_glcts_defaults.gypi
@@ -0,0 +1,34 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# 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',
+ ],
+ }],
+ ],
+ }],
+ ],
+ },
+}
« no previous file with comments | « gpu/khronos_glcts_support/khronos_glcts_cts.gyp ('k') | gpu/khronos_glcts_support/khronos_glcts_framework.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698