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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py

Issue 10827456: Remove PPB_Scrollbar_Dev and PPB_Widget_Dev from native client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also remove PPB_PDF and associated tests Created 8 years, 4 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/shared/ppapi_proxy/run_srpcgen.py
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py b/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py
index 017c8e276580a19f403128e6ca126ae0ffd967ef..b6ae923c8dcb632e5308685b34fe61560df97d69 100755
--- a/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py
+++ b/ppapi/native_client/src/shared/ppapi_proxy/run_srpcgen.py
@@ -47,9 +47,7 @@ all_units = [
'ppp_mouse_lock.srpc',
'ppp_network_monitor_private.srpc',
'ppp_printing.srpc',
- 'ppp_scrollbar.srpc',
'ppp_selection.srpc',
- 'ppp_widget.srpc',
'ppp_zoom.srpc',
]},
{'trusted_is_client': False,
@@ -80,8 +78,6 @@ all_units = [
'ppb_net_address_private.srpc',
'ppb_network_list_private.srpc',
'ppb_network_monitor_private.srpc',
- 'ppb_pdf.srpc',
- 'ppb_scrollbar.srpc',
'ppb_tcp_server_socket_private.srpc',
'ppb_tcp_socket_private.srpc',
'ppb_testing.srpc',
@@ -90,7 +86,6 @@ all_units = [
'ppb_url_request_info.srpc',
'ppb_url_response_info.srpc',
'ppb_websocket.srpc',
- 'ppb_widget.srpc',
'ppb_zoom.srpc',
]},
{'trusted_is_client': False,

Powered by Google App Engine
This is Rietveld 408576698