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

Unified Diff: gpu/gpu.gyp

Issue 1331843005: Implemented new fence syncs which replaces the old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed memory leak Created 5 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
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 15b62cdc246105898858b627c7a2888faabccc21..07b44e0f9623b8cc55389e7a2b35adec46e8f84b 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -244,6 +244,7 @@
'command_buffer/service/shader_manager_unittest.cc',
'command_buffer/service/shader_translator_cache_unittest.cc',
'command_buffer/service/shader_translator_unittest.cc',
+ 'command_buffer/service/sync_point_manager_unittest.cc',
'command_buffer/service/test_helper.cc',
'command_buffer/service/test_helper.h',
'command_buffer/service/path_manager_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698