OLD | NEW |
(Empty) | |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'includes': [ |
| 7 'khronos_glcts.gypi', |
| 8 ], |
| 9 'targets': [ |
| 10 { |
| 11 'target_name': 'gtf_es', |
| 12 'type': 'static_library', |
| 13 'dependencies': [ |
| 14 '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_framework.gyp:debase', |
| 15 '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_cts.gyp:glcts_gtf_wrap
per', |
| 16 '<(DEPTH)/third_party/expat/expat.gyp:expat', |
| 17 ], |
| 18 'include_dirs': [ |
| 19 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source', |
| 20 ], |
| 21 'direct_dependent_settings': { |
| 22 'include_dirs': [ |
| 23 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/Source', |
| 24 ], |
| 25 }, |
| 26 'sources': [ |
| 27 '<@(gtf_core_srcs)', |
| 28 '<@(gtf_gl_core_srcs)', |
| 29 '<@(gtf_gles2_srcs)', |
| 30 '<@(gtf_gles2_es_only_srcs)', |
| 31 ], |
| 32 }, |
| 33 ], |
| 34 } |
OLD | NEW |