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

Unified Diff: gpu/gpu.gyp

Issue 654253002: command_buffer: Avoid uninitialized read in ShaderTranslatorCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix msvc warning on multiple assignment operators Created 6 years, 1 month 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 | « gpu/command_buffer/service/shader_translator_cache_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 3273b26874093108bdb5d525785aa412d80154ad..ddecf459694dee42beaa8113f6e97671b8e42814 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -249,6 +249,7 @@
'command_buffer/service/program_cache_unittest.cc',
'command_buffer/service/shader_manager_unittest.cc',
'command_buffer/service/shader_translator_unittest.cc',
+ 'command_buffer/service/shader_translator_cache_unittest.cc',
'command_buffer/service/test_helper.cc',
'command_buffer/service/test_helper.h',
'command_buffer/service/texture_manager_unittest.cc',
« no previous file with comments | « gpu/command_buffer/service/shader_translator_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698