OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'target_defaults': { | 6 'target_defaults': { |
7 'defines': [ | 7 'defines': [ |
8 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"', | 8 'DEQP_TARGET_NAME="chrome-gpu-command-buffer"', |
9 'DEQP_SUPPORT_GLES2=1', | 9 'DEQP_SUPPORT_GLES2=1', |
10 'DEQP_SUPPORT_EGL=1', | 10 'DEQP_SUPPORT_EGL=1', |
(...skipping 14 matching lines...) Expand all Loading... |
25 ['_type=="static_library"', { | 25 ['_type=="static_library"', { |
26 'cflags_cc!': [ | 26 'cflags_cc!': [ |
27 '-fno-rtti', | 27 '-fno-rtti', |
28 ], | 28 ], |
29 }], | 29 }], |
30 ], | 30 ], |
31 }], | 31 }], |
32 ], | 32 ], |
33 }, | 33 }, |
34 'variables': { | 34 'variables': { |
| 35 |
| 36 # WA: Suppress [chromium-style] enforcement errors when compiled with |
| 37 # clang. The third_party/khronos_glcts sourcecode does not comply with |
| 38 # the chromium-style standards. |
| 39 'clang_use_chrome_plugins': 0, |
| 40 |
35 'glcts_data_dirs': [ | 41 'glcts_data_dirs': [ |
36 '<(DEPTH)/third_party/khronos_glcts/cts/data', | 42 '<(DEPTH)/third_party/khronos_glcts/cts/data', |
37 ], | 43 ], |
38 'glcts_gtf_data_dirs': [ | 44 'glcts_gtf_data_dirs': [ |
39 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL', | 45 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL', |
40 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2ExtensionTests', | 46 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2ExtensionTests', |
41 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2FixedTests', | 47 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2FixedTests', |
42 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2Tests', | 48 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GL2Tests', |
43 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GLCoverage', | 49 '<(DEPTH)/third_party/khronos_glcts/GTF_ES/glsl/GTF/GLCoverage', |
44 ], | 50 ], |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.hp
p', | 509 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deStringUtil.hp
p', |
504 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.cpp', | 510 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.cpp', |
505 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.hpp', | 511 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThread.hpp', |
506 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin
gBuffer.cpp', | 512 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin
gBuffer.cpp', |
507 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin
gBuffer.hpp', | 513 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deThreadSafeRin
gBuffer.hpp', |
508 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.cpp
', | 514 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.cpp
', |
509 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.hpp
', | 515 '<(DEPTH)/third_party/khronos_glcts/framework/delibs/decpp/deUniquePtr.hpp
', |
510 ], | 516 ], |
511 } | 517 } |
512 } | 518 } |
OLD | NEW |