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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/nacl.scons

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments Created 9 years 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/native_client/src/shared/ppapi_proxy/nacl.scons
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons b/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
index 73403ac611f817462c54f4aad6d525581d2e6b97..38c5bf10c86d319bb2ed5917e35043d7bdd0b838 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
+++ b/ppapi/native_client/src/shared/ppapi_proxy/nacl.scons
@@ -151,6 +151,7 @@ libppruntime = env.NaClSdkLibrary(
'plugin_ppb_url_request_info.cc',
'plugin_ppb_url_response_info.cc',
'plugin_ppb_var.cc',
+ 'plugin_ppb_view.cc',
'plugin_ppb_widget.cc',
'plugin_ppb_zoom.cc',
'plugin_ppp_find_rpc_server.cc',
@@ -168,9 +169,11 @@ libppruntime = env.NaClSdkLibrary(
'plugin_resource_tracker.cc',
'plugin_threading.cc',
'plugin_upcall.cc',
+ 'ppp_instance_combined.cc',
'proxy_var.cc',
'proxy_var_cache.cc',
'utility.cc',
+ 'view_data.cc',
# Autogenerated files
'ppp_rpc_server.cc',
'ppb_rpc_client.cc',

Powered by Google App Engine
This is Rietveld 408576698