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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(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 }
OLDNEW
« 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