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

Unified Diff: gpu/BUILD.gn

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 | « no previous file | gpu/command_buffer/service/shader_translator_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index c1857cef05b805a787726ea0a490b14a3a5580dd..ce9f9d0c4602a7d9aaea32d86e6ee608caf1affe 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -204,6 +204,7 @@ test("gpu_unittests") {
"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 | « no previous file | gpu/command_buffer/service/shader_translator_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698