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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.gypi

Issue 9390028: Remove browser support for non-PPAPI nexes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months 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/trusted/plugin/plugin.gypi
===================================================================
--- ppapi/native_client/src/trusted/plugin/plugin.gypi (revision 122205)
+++ ppapi/native_client/src/trusted/plugin/plugin.gypi (working copy)
@@ -5,24 +5,20 @@
{
'variables': {
'common_sources': [
- 'array_ppapi.cc',
- 'browser_interface.cc',
- 'desc_based_handle.cc',
'file_downloader.cc',
'json_manifest.cc',
- 'method_map.cc',
'module_ppapi.cc',
'nacl_subprocess.cc',
'nexe_arch.cc',
'plugin.cc',
'pnacl_coordinator.cc',
'pnacl_resources.cc',
- 'scriptable_handle.cc',
+ 'scriptable_plugin.cc',
'service_runtime.cc',
'srpc_client.cc',
+ 'srpc_params.cc',
'string_encoding.cc',
'utility.cc',
- 'var_utils.cc',
],
# Append the arch-specific ISA code to common_sources.
'conditions': [
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.cc ('k') | ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698