Chromium Code Reviews| Index: ppapi/ppapi_proxy_untrusted.gyp |
| =================================================================== |
| --- ppapi/ppapi_proxy_untrusted.gyp (revision 132566) |
| +++ ppapi/ppapi_proxy_untrusted.gyp (working copy) |
| @@ -66,7 +66,6 @@ |
| '../base/message_loop_proxy_impl.cc', |
| '../base/message_pump.cc', |
| '../base/message_pump_default.cc', |
| - '../base/metrics/field_trial.cc', |
|
bbudge
2012/04/17 21:59:11
This no longer compiles. We don't seem to need it.
|
| '../base/metrics/histogram.cc', |
| '../base/metrics/stats_counters.cc', |
| '../base/metrics/stats_table.cc', |
| @@ -246,15 +245,15 @@ |
| 'shared_impl/platform_file.cc', |
| 'shared_impl/ppapi_globals.cc', |
| 'shared_impl/ppapi_preferences.cc', |
| - 'shared_impl/ppb_audio_config_shared.cc', |
| - 'shared_impl/ppb_audio_input_shared.cc', |
| - 'shared_impl/ppb_audio_shared.cc', |
| +# 'shared_impl/ppb_audio_config_shared.cc', |
|
bbudge
2012/04/17 21:59:11
I aggressively removed stuff we don't need for the
|
| +# 'shared_impl/ppb_audio_input_shared.cc', |
| +# 'shared_impl/ppb_audio_shared.cc', |
| 'shared_impl/ppb_crypto_shared.cc', |
| 'shared_impl/ppb_device_ref_shared.cc', |
| 'shared_impl/ppb_file_io_shared.cc', |
| 'shared_impl/ppb_file_ref_shared.cc', |
| # 'shared_impl/ppb_graphics_3d_shared.cc', |
| - 'shared_impl/ppb_image_data_shared.cc', |
| +# 'shared_impl/ppb_image_data_shared.cc', |
| 'shared_impl/ppb_input_event_shared.cc', |
| 'shared_impl/ppb_instance_shared.cc', |
| 'shared_impl/ppb_memory_shared.cc', |
| @@ -277,24 +276,24 @@ |
| 'shared_impl/var_tracker.cc', |
| 'thunk/enter.cc', |
| - 'thunk/ppb_audio_config_thunk.cc', |
| - 'thunk/ppb_audio_input_thunk.cc', |
| - 'thunk/ppb_audio_input_trusted_thunk.cc', |
| - 'thunk/ppb_audio_thunk.cc', |
| - 'thunk/ppb_audio_trusted_thunk.cc', |
| - 'thunk/ppb_broker_thunk.cc', |
| +# 'thunk/ppb_audio_config_thunk.cc', |
| +# 'thunk/ppb_audio_input_thunk.cc', |
| +# 'thunk/ppb_audio_input_trusted_thunk.cc', |
| +# 'thunk/ppb_audio_thunk.cc', |
| +# 'thunk/ppb_audio_trusted_thunk.cc', |
| +# 'thunk/ppb_broker_thunk.cc', |
| # 'thunk/ppb_browser_font_trusted_thunk.cc', |
| - 'thunk/ppb_buffer_thunk.cc', |
| - 'thunk/ppb_buffer_trusted_thunk.cc', |
| +# 'thunk/ppb_buffer_thunk.cc', |
| +# 'thunk/ppb_buffer_trusted_thunk.cc', |
| # 'thunk/ppb_char_set_thunk.cc', |
| 'thunk/ppb_console_thunk.cc', |
| 'thunk/ppb_cursor_control_thunk.cc', |
| 'thunk/ppb_device_ref_thunk.cc', |
| - 'thunk/ppb_directory_reader_thunk.cc', |
| +# 'thunk/ppb_directory_reader_thunk.cc', |
| 'thunk/ppb_input_event_thunk.cc', |
| - 'thunk/ppb_file_chooser_thunk.cc', |
| +# 'thunk/ppb_file_chooser_thunk.cc', |
| 'thunk/ppb_file_io_thunk.cc', |
| - 'thunk/ppb_file_io_trusted_thunk.cc', |
| +# 'thunk/ppb_file_io_trusted_thunk.cc', |
| 'thunk/ppb_file_ref_thunk.cc', |
| 'thunk/ppb_file_system_thunk.cc', |
| 'thunk/ppb_find_thunk.cc', |
| @@ -312,16 +311,16 @@ |
| # 'thunk/ppb_image_data_thunk.cc', |
| # 'thunk/ppb_image_data_trusted_thunk.cc', |
| 'thunk/ppb_instance_thunk.cc', |
| - 'thunk/ppb_layer_compositor_thunk.cc', |
| +# 'thunk/ppb_layer_compositor_thunk.cc', |
| 'thunk/ppb_messaging_thunk.cc', |
| 'thunk/ppb_mouse_lock_thunk.cc', |
| 'thunk/ppb_resource_array_thunk.cc', |
| - 'thunk/ppb_scrollbar_thunk.cc', |
| - 'thunk/ppb_talk_private_thunk.cc', |
| +# 'thunk/ppb_scrollbar_thunk.cc', |
| +# 'thunk/ppb_talk_private_thunk.cc', |
| # 'thunk/ppb_tcp_server_socket_private_thunk.cc', |
| # 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 'thunk/ppb_text_input_thunk.cc', |
| - 'thunk/ppb_transport_thunk.cc', |
| +# 'thunk/ppb_transport_thunk.cc', |
| # 'thunk/ppb_udp_socket_private_thunk.cc', |
| 'thunk/ppb_url_loader_thunk.cc', |
| 'thunk/ppb_url_request_info_thunk.cc', |
| @@ -331,12 +330,12 @@ |
| # 'thunk/ppb_video_decoder_thunk.cc', |
| # 'thunk/ppb_video_layer_thunk.cc', |
| 'thunk/ppb_view_thunk.cc', |
| - 'thunk/ppb_websocket_thunk.cc', |
| +# 'thunk/ppb_websocket_thunk.cc', |
| 'thunk/ppb_widget_thunk.cc', |
| # 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 'thunk/ppb_zoom_thunk.cc', |
| - 'proxy/broker_dispatcher.cc', |
| +# 'proxy/broker_dispatcher.cc', |
| 'proxy/dispatcher.cc', |
| 'proxy/host_dispatcher.cc', |
| 'proxy/host_var_serialization_rules.cc', |
| @@ -351,10 +350,10 @@ |
| 'proxy/plugin_var_tracker.cc', |
| 'proxy/ppapi_messages.cc', |
| 'proxy/ppapi_param_traits.cc', |
| - 'proxy/ppb_audio_input_proxy.cc', |
| - 'proxy/ppb_audio_proxy.cc', |
| - 'proxy/ppb_broker_proxy.cc', |
| - 'proxy/ppb_buffer_proxy.cc', |
| +# 'proxy/ppb_audio_input_proxy.cc', |
| +# 'proxy/ppb_audio_proxy.cc', |
| +# 'proxy/ppb_broker_proxy.cc', |
| +# 'proxy/ppb_buffer_proxy.cc', |
| 'proxy/ppb_core_proxy.cc', |
| # 'proxy/ppb_file_chooser_proxy.cc', |
| 'proxy/ppb_file_io_proxy.cc', |
| @@ -362,13 +361,13 @@ |
| 'proxy/ppb_file_system_proxy.cc', |
| # 'proxy/ppb_graphics_2d_proxy.cc', |
| # 'proxy/ppb_graphics_3d_proxy.cc', |
| - 'proxy/ppb_host_resolver_private_proxy.cc', |
| - 'proxy/ppb_image_data_proxy.cc', |
| +# 'proxy/ppb_host_resolver_private_proxy.cc', |
| +# 'proxy/ppb_image_data_proxy.cc', |
| 'proxy/ppb_instance_proxy.cc', |
| 'proxy/ppb_message_loop_proxy.cc', |
| # 'proxy/ppb_network_monitor_private_proxy.cc', |
| # 'proxy/ppb_pdf_proxy.cc', |
| - 'proxy/ppb_talk_private_proxy.cc', |
| +# 'proxy/ppb_talk_private_proxy.cc', |
| # 'proxy/ppb_tcp_server_socket_private_proxy.cc', |
| # 'proxy/ppb_tcp_socket_private_proxy.cc', |
| # 'proxy/ppb_testing_proxy.cc', |