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)', |
+ ], |
+ }, |
+ ], |
+} |