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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 10562033: Add a ScopedPPVar class for helping to track a reference to a base PP_Var. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | ppapi/shared_impl/scoped_pp_var.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index beecb345ea45053202c323496cd1fe08741a3b1b..2ed61c144418c9acb7c90dceca53c20c44d16c8f 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -90,6 +90,8 @@
'shared_impl/resource_tracker.h',
'shared_impl/scoped_pp_resource.cc',
'shared_impl/scoped_pp_resource.h',
+ 'shared_impl/scoped_pp_var.cc',
+ 'shared_impl/scoped_pp_var.h',
'shared_impl/time_conversion.cc',
'shared_impl/time_conversion.h',
'shared_impl/tracked_callback.cc',
« no previous file with comments | « no previous file | ppapi/shared_impl/scoped_pp_var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698