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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 10696157: Add support for threadsafe completion callback factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 875506ed2030df65f1e094de7c7698982d5fd26f..bb8680442284c2bbe28001afc850603bc5c8aba1 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -300,13 +300,15 @@
# Utility sources.
'utility/completion_callback_factory.h',
- 'utility/non_thread_safe_ref_count.h',
+ 'utility/completion_callback_factory_thread_traits.h',
'utility/graphics/paint_aggregator.cc',
'utility/graphics/paint_aggregator.h',
'utility/graphics/paint_manager.cc',
'utility/graphics/paint_manager.h',
'utility/private/network_list_observer_private.cc',
'utility/private/network_list_observer_private.h',
+ 'utility/threading/lock.cc',
+ 'utility/threading/lock.h',
'utility/threading/simple_thread.cc',
'utility/threading/simple_thread.h',
'utility/websocket/websocket_api.cc',

Powered by Google App Engine
This is Rietveld 408576698