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.
11 'target_name': 'khronos_glcts_test',
14 '<(DEPTH)/base/base.gyp:base',
15 '<(DEPTH)/gpu/gpu.gyp:gpu',
16 '<(DEPTH)/testing/gtest.gyp:gtest',
19 'khronos_glcts_test.cc',
22 ['internal_khronos_glcts_tests', {
24 'khronos_glcts_test_windowless',
27 'khronos_glcts_test_output_dir': '<(SHARED_INTERMEDIATE_DIR)/gpu/khronos_glcts_test',
30 '<(khronos_glcts_test_output_dir)/khronos_glcts_test_autogen.cc',
34 'action_name': 'generate_khronos_glcts_tests',
36 'generate_khronos_glcts_tests.py',
37 'khronos_glcts_test.h',
38 '<@(glcts_gtf_runfiles)',
41 '<(khronos_glcts_test_output_dir)/khronos_glcts_test_autogen.cc',
45 'generate_khronos_glcts_tests.py',
46 '--outdir=<(khronos_glcts_test_output_dir)',
47 '<@(glcts_gtf_runfiles)',
56 ['internal_khronos_glcts_tests', {
59 'target_name': 'tcutil_platform_windowless',
60 'type': 'static_library',
62 '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_framework.gyp:khronos_glcts_framework',
65 'native/egl_native_windowless.cc',
69 'target_name': 'khronos_glcts_test_windowless',
72 'tcutil_platform_windowless',
73 '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_framework.gyp:khronos_glcts_framework',
74 '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_cts.gyp:glcts_es2',
78 'destination': '<(PRODUCT_DIR)/khronos_glcts_data/gl_cts',
80 '<@(glcts_data_dirs)',
84 'destination': '<(PRODUCT_DIR)/khronos_glcts_data/gl_cts/GTF',
86 '<@(glcts_gtf_data_dirs)',
87 '<@(glcts_gtf_runfiles)',
92 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageEntry.cpp',
93 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageRegistry.cpp',
94 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageRegistry.hpp',