Index: gpu/khronos_conform_support/khronos_conform_gtf.gyp |
diff --git a/gpu/khronos_conform_support/khronos_conform_gtf.gyp b/gpu/khronos_conform_support/khronos_conform_gtf.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3538220f7060a5c40a24801b7776b4cc1c90129b |
--- /dev/null |
+++ b/gpu/khronos_conform_support/khronos_conform_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_conform.gypi', |
+ ], |
+ 'targets': [ |
+ { |
+ 'target_name': 'gtf_es', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ '<(DEPTH)/gpu/khronos_conform_support/khronos_conform_framework.gyp:debase', |
+ '<(DEPTH)/gpu/khronos_conform_support/khronos_conform_cts.gyp:glcts_gtf_wrapper', |
+ '<(DEPTH)/third_party/expat/expat.gyp:expat', |
+ ], |
+ 'include_dirs': [ |
+ '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source', |
+ ], |
+ 'direct_dependent_settings': { |
+ 'include_dirs': [ |
+ '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source', |
+ ], |
+ }, |
+ 'sources': [ |
+ '<@(gtf_core_srcs)', |
+ '<@(gtf_gl_core_srcs)', |
+ '<@(gtf_gles2_srcs)', |
+ '<@(gtf_gles2_es_only_srcs)', |
+ ], |
+ }, |
+ ], |
+} |