| Index: gpu/khronos_glcts_support/khronos_glcts_cts.gyp
|
| diff --git a/gpu/khronos_glcts_support/khronos_glcts_cts.gyp b/gpu/khronos_glcts_support/khronos_glcts_cts.gyp
|
| index 6e00afcd148d5c363f60e66be64a7ea8dc92f517..560deec56e906e43f392dfba5dd55c0e80942f39 100644
|
| --- a/gpu/khronos_glcts_support/khronos_glcts_cts.gyp
|
| +++ b/gpu/khronos_glcts_support/khronos_glcts_cts.gyp
|
| @@ -10,6 +10,18 @@
|
| {
|
| 'target_name': 'glcts_common',
|
| 'type': 'static_library',
|
| + 'conditions': [
|
| + ['OS=="linux"', {
|
| + 'cflags_cc': [
|
| + # WA: Suppress "implicit conversion turns string literal into
|
| + # bool" compile warning from glcShaderIndexingTests.cpp,
|
| + # glcShaderLibraryCase.cpp and glcShaderLoopTests.cpp during
|
| + # Debug build
|
| + # TODO(uartie) fix.
|
| + '-Wno-string-conversion',
|
| + ],
|
| + }],
|
| + ],
|
| 'dependencies': [
|
| '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_framework.gyp:delibs',
|
| '<(DEPTH)/gpu/khronos_glcts_support/khronos_glcts_framework.gyp:tcutil',
|
|
|