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

Unified Diff: ui/gl/gl_tests.gyp

Issue 2070313002: Parse GL_VERSION incorrectly when version string is without release_number (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Four indent instead of two Created 4 years, 6 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 | « ui/gl/BUILD.gn ('k') | ui/gl/gl_version_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_tests.gyp
diff --git a/ui/gl/gl_tests.gyp b/ui/gl/gl_tests.gyp
index a3cd88b0af84f26b9115dbcf19d2fd9df055dd8a..613c92b2d30e506edf34699484f3f9be2c1b6f81 100644
--- a/ui/gl/gl_tests.gyp
+++ b/ui/gl/gl_tests.gyp
@@ -16,6 +16,7 @@
'gl_api_unittest.cc',
'gl_image_ref_counted_memory_unittest.cc',
'gl_image_shared_memory_unittest.cc',
+ 'gl_version_info_unittest.cc',
],
'include_dirs': [
'<(DEPTH)/third_party/khronos',
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_version_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698