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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 1161563002: Remove unused in-process pepper APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index add92ce26f065328054c352f482f690f3d860995..506ecd84bcec21e8a10a8c5baae9db4375b99375 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -86,20 +86,13 @@
'c/dev/ppb_ime_input_event_dev.h',
'c/dev/ppb_memory_dev.h',
'c/dev/ppb_printing_dev.h',
- 'c/dev/ppb_scrollbar_dev.h',
'c/dev/ppb_text_input_dev.h',
'c/dev/ppb_truetype_font_dev.h',
'c/dev/ppb_url_util_dev.h',
'c/dev/ppb_video_decoder_dev.h',
- 'c/dev/ppb_widget_dev.h',
- 'c/dev/ppb_zoom_dev.h',
'c/dev/ppp_network_state_dev.h',
- 'c/dev/ppp_scrollbar_dev.h',
- 'c/dev/ppp_selection_dev.h',
'c/dev/ppp_text_input_dev.h',
'c/dev/ppp_video_decoder_dev.h',
- 'c/dev/ppp_widget_dev.h',
- 'c/dev/ppp_zoom_dev.h',
# Private interfaces.
'c/private/pp_file_handle.h',
@@ -275,10 +268,6 @@
'cpp/dev/memory_dev.h',
'cpp/dev/printing_dev.cc',
'cpp/dev/printing_dev.h',
- 'cpp/dev/scrollbar_dev.cc',
- 'cpp/dev/scrollbar_dev.h',
- 'cpp/dev/selection_dev.cc',
- 'cpp/dev/selection_dev.h',
'cpp/dev/text_input_dev.cc',
'cpp/dev/text_input_dev.h',
'cpp/dev/truetype_font_dev.cc',
@@ -295,12 +284,6 @@
'cpp/dev/video_decoder_dev.h',
'cpp/dev/view_dev.cc',
'cpp/dev/view_dev.h',
- 'cpp/dev/widget_client_dev.cc',
- 'cpp/dev/widget_client_dev.h',
- 'cpp/dev/widget_dev.cc',
- 'cpp/dev/widget_dev.h',
- 'cpp/dev/zoom_dev.cc',
- 'cpp/dev/zoom_dev.h',
# Deprecated interfaces.
'cpp/dev/scriptable_object_deprecated.cc',
@@ -477,8 +460,6 @@
'tests/test_post_message.h',
'tests/test_printing.cc',
'tests/test_printing.h',
- 'tests/test_scrollbar.cc',
- 'tests/test_scrollbar.h',
'tests/test_tcp_server_socket_private.cc',
'tests/test_tcp_server_socket_private.h',
'tests/test_tcp_socket.cc',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698