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

Unified Diff: gpu/khronos_glcts_support/khronos_glcts.gypi

Issue 615063004: gpu/khronos_glcts_support: WA suppress compile-time warnings on linux (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/khronos_glcts_support/khronos_glcts_cts.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « no previous file | gpu/khronos_glcts_support/khronos_glcts_cts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698