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

Unified Diff: gpu/gles2_conform_support/native/egl_native_windowless.cc

Issue 1818143003: Whitelist some GPU test includes in GN check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: gpu/gles2_conform_support/native/egl_native_windowless.cc
diff --git a/gpu/gles2_conform_support/native/egl_native_windowless.cc b/gpu/gles2_conform_support/native/egl_native_windowless.cc
index 222e4f6b87a59305fa4f2e70e17bf5213494372a..725d0a05083fb76380e5a9e0bb471925404af07d 100644
--- a/gpu/gles2_conform_support/native/egl_native_windowless.cc
+++ b/gpu/gles2_conform_support/native/egl_native_windowless.cc
@@ -8,7 +8,7 @@ extern "C" {
#if defined(GLES2_CONFORM_SUPPORT_ONLY)
#include "gpu/gles2_conform_support/gtf/gtf_stubs.h"
#else
-#include "third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglNative.h"
+#include "third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglNative.h" // nogncheck
#endif
GTFbool GTFNativeCreateDisplay(EGLNativeDisplayType *pNativeDisplay) {
« no previous file with comments | « gpu/gles2_conform_support/native/egl_native_aura.cc ('k') | gpu/gles2_conform_support/native/egl_native_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698