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

Unified Diff: gpu/khronos_glcts_support/khronos_glcts_gtf.gyp

Issue 556333003: Add support for khronos gl-cts using its drawElements apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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_gtf.gyp
diff --git a/gpu/khronos_glcts_support/khronos_glcts_gtf.gyp b/gpu/khronos_glcts_support/khronos_glcts_gtf.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..16e6694e820be3325697b257f5f6ab8463e2cde4
--- /dev/null
+++ b/gpu/khronos_glcts_support/khronos_glcts_gtf.gyp
@@ -0,0 +1,34 @@
+# Copyright 2014 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.
+
+{
+ 'includes': [
+ 'khronos_glcts.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'gtf_es',
+ 'type': 'static_library',
+ 'dependencies': [
+ '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_framework.gyp:debase',
+ '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_cts.gyp:glcts_gtf_wrapper',
+ '<(DEPTH)/third_party/expat/expat.gyp:expat',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source',
+ ],
+ },
+ 'sources': [
+ '<@(gtf_core_srcs)',
+ '<@(gtf_gl_core_srcs)',
+ '<@(gtf_gles2_srcs)',
+ '<@(gtf_gles2_es_only_srcs)',
+ ],
+ },
+ ],
+}
« no previous file with comments | « gpu/khronos_glcts_support/khronos_glcts_framework.gyp ('k') | gpu/khronos_glcts_support/khronos_glcts_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698