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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More nacl fixes 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/ppapi_proxy.gyp
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
index 97a0a69b97edd177aa116239cc6e776375a81115..a2be0a813893a3b80e28718e9606349ac1d3699e 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
@@ -56,7 +56,9 @@
'browser_upcall.cc',
'input_event_data.cc',
'object_serialize.cc',
+ 'ppp_instance_combined.cc',
'utility.cc',
+ 'view_data.cc',
# Autogerated files
'ppp_rpc_client.cc',
'ppb_rpc_server.cc',
@@ -70,5 +72,5 @@
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
],
},
- ],
-}
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698