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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/build.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/build.scons
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/build.scons b/ppapi/native_client/src/shared/ppapi_proxy/build.scons
index b7b9fc51abda4b2175f74517c5ae08d1a85a8e54..453d7813bade6fd0995f8d63fc99d58f0ce2aa9e 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/build.scons
+++ b/ppapi/native_client/src/shared/ppapi_proxy/build.scons
@@ -155,6 +155,7 @@ env.DualLibrary('ppapi_browser',
'ppb_rpc_server.cc',
'ppp_rpc_client.cc',
'upcall_server.cc',
+ 'view_data.cc',
common_obj,])
# Do a recursive diff of all files found in the first source directory against

Powered by Google App Engine
This is Rietveld 408576698