diff options
Diffstat (limited to 'ppapi/BUILD.gn')
-rw-r--r-- | ppapi/BUILD.gn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn index 8a2f1bb..78d5ce9 100644 --- a/ppapi/BUILD.gn +++ b/ppapi/BUILD.gn @@ -189,8 +189,6 @@ component("ppapi_shared") { "shared_impl/var.h", "shared_impl/var_tracker.cc", "shared_impl/var_tracker.h", - "shared_impl/var_value_conversions.cc", - "shared_impl/var_value_conversions.h", # TODO(viettrungluu): Split these out; it won"t be used in NaCl. "shared_impl/private/net_address_private_impl.cc", "shared_impl/private/net_address_private_impl_constants.cc", @@ -201,8 +199,6 @@ component("ppapi_shared") { "thunk/enter.cc", "thunk/enter.h", - "thunk/extensions_common_api.h", - "thunk/ppb_alarms_dev_thunk.cc", "thunk/ppb_audio_api.h", "thunk/ppb_audio_config_api.h", "thunk/ppb_audio_config_thunk.cc", @@ -473,8 +469,6 @@ component("ppapi_proxy") { "proxy/enter_proxy.h", "proxy/error_conversion.cc", "proxy/error_conversion.h", - "proxy/extensions_common_resource.cc", - "proxy/extensions_common_resource.h", "proxy/file_chooser_resource.cc", "proxy/file_chooser_resource.h", "proxy/file_io_resource.cc", |