 Chromium Code Reviews
 Chromium Code Reviews Issue 6823016:
  Create a VarPrivate interface to contain the scripting helper functions of Var.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 6823016:
  Create a VarPrivate interface to contain the scripting helper functions of Var.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: ppapi/ppapi_cpp.gypi | 
| =================================================================== | 
| --- ppapi/ppapi_cpp.gypi (revision 81054) | 
| +++ ppapi/ppapi_cpp.gypi (working copy) | 
| @@ -205,6 +205,10 @@ | 
| # Deprecated interfaces. | 
| 'cpp/dev/scriptable_object_deprecated.h', | 
| 'cpp/dev/scriptable_object_deprecated.cc', | 
| + | 
| + # Private interfaces. | 
| + 'cpp/private/var_private.cc', | 
| + 'cpp/private/var_private.h', | 
| ], | 
| 'conditions': [ | 
| ['OS=="win"', { |