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

Side by Side Diff: gpu/khronos_conform_support/khronos_conform_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: 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 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_conform.gypi',
8 ],
9 'targets': [
10 {
11 'target_name': 'gtf_es',
12 'type': 'static_library',
13 'dependencies': [
14 '<(DEPTH)/gpu/khronos_conform_support/khronos_conform_framework.gyp:deba se',
15 '<(DEPTH)/gpu/khronos_conform_support/khronos_conform_cts.gyp:glcts_gtf_ wrapper',
16 '<(DEPTH)/third_party/expat/expat.gyp:expat',
17 ],
18 'include_dirs': [
19 '<(DEPTH)/third_party/khronos_conform/GTF_ES/glsl/GTF/Source',
20 ],
21 'direct_dependent_settings': {
22 'include_dirs': [
23 '<(DEPTH)/third_party/khronos_conform/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

Powered by Google App Engine
This is Rietveld 408576698