| Index: gpu/khronos_glcts_support/khronos_glcts.gypi
|
| diff --git a/gpu/khronos_glcts_support/khronos_glcts.gypi b/gpu/khronos_glcts_support/khronos_glcts.gypi
|
| index cfb8bde9637b4ee3db953a88231d073fabac9b97..ebd8919b7fd6d20a02457ef20bceffcf1c932264 100644
|
| --- a/gpu/khronos_glcts_support/khronos_glcts.gypi
|
| +++ b/gpu/khronos_glcts_support/khronos_glcts.gypi
|
| @@ -32,6 +32,12 @@
|
| ],
|
| },
|
| 'variables': {
|
| +
|
| + # WA: Suppress [chromium-style] enforcement errors when compiled with
|
| + # clang. The third_party/khronos_glcts sourcecode does not comply with
|
| + # the chromium-style standards.
|
| + 'clang_use_chrome_plugins': 0,
|
| +
|
| 'glcts_data_dirs': [
|
| '<(DEPTH)/third_party/khronos_glcts/cts/data',
|
| ],
|
|
|