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

Unified Diff: content/content_common.gypi

Issue 10510013: GPU: Adding sync points for cross-channel synchronization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: protected destructor Created 8 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 65b025d4a8bb28fb58bb37f4b916ddc5fc11ddce..11fa26d3e5679c959d067aa788a47b9961e94876 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -201,6 +201,8 @@
'common/gpu/media/gpu_video_decode_accelerator.h',
'common/gpu/texture_image_transport_surface.h',
'common/gpu/texture_image_transport_surface.cc',
+ 'common/gpu/sync_point_manager.h',
apatrick_chromium 2012/06/05 18:44:15 nit: not in alphabetic order
piman 2012/06/05 20:09:50 Done.
+ 'common/gpu/sync_point_manager.cc',
'common/handle_enumerator_win.cc',
'common/handle_enumerator_win.h',
'common/indexed_db/indexed_db_key.cc',

Powered by Google App Engine
This is Rietveld 408576698