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

Unified Diff: src/shared/ppapi_proxy/build.scons

Issue 4210003: Started on Resource class. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Resource->PluginResource Created 10 years, 1 month 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 | « src/include/ref_counted.h ('k') | src/shared/ppapi_proxy/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/build.scons
diff --git a/src/shared/ppapi_proxy/build.scons b/src/shared/ppapi_proxy/build.scons
index 219faec6b04254b2eb08e9d895156b90fb50339b..9578ad4ba231231363bc811fd8b0bff704e19543 100644
--- a/src/shared/ppapi_proxy/build.scons
+++ b/src/shared/ppapi_proxy/build.scons
@@ -121,5 +121,7 @@ env.DualLibrary('ppapi_browser',
env.DualLibrary('ppapi_plugin',
['plugin_instance.cc',
+ 'plugin_resource.cc',
+ 'plugin_resource_tracker.cc',
'plugin_var.cc',
common_obj])
« no previous file with comments | « src/include/ref_counted.h ('k') | src/shared/ppapi_proxy/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698