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

Unified Diff: ppapi/thunk/BUILD.gn

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/tests/test_scrollbar.cc ('k') | ppapi/thunk/interfaces_ppb_public_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/BUILD.gn
diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
index 9247bf00814f5f9123f5039173c7b12fde2f2b02..0cb7110d9f933522a309ebe21456ad3bd39c031a 100644
--- a/ppapi/thunk/BUILD.gn
+++ b/ppapi/thunk/BUILD.gn
@@ -97,7 +97,6 @@ source_set("thunk") {
"ppb_platform_verification_api.h",
"ppb_printing_api.h",
"ppb_printing_dev_thunk.cc",
- "ppb_scrollbar_api.h",
"ppb_tcp_server_socket_private_api.h",
"ppb_tcp_server_socket_private_thunk.cc",
"ppb_tcp_socket_api.h",
@@ -140,11 +139,8 @@ source_set("thunk") {
"ppb_view_thunk.cc",
"ppb_websocket_api.h",
"ppb_websocket_thunk.cc",
- "ppb_widget_api.h",
- "ppb_widget_dev_thunk.cc",
"ppb_x509_certificate_private_api.h",
"ppb_x509_certificate_private_thunk.cc",
- "ppb_zoom_dev_thunk.cc",
"thunk.h",
]
@@ -169,7 +165,6 @@ source_set("thunk") {
"ppb_gles_chromium_texture_mapping_thunk.cc",
"ppb_pdf_thunk.cc",
"ppb_platform_verification_private_thunk.cc",
- "ppb_scrollbar_thunk.cc",
"ppb_url_util_thunk.cc",
"ppb_video_capture_thunk.cc",
"ppb_video_decoder_dev_thunk.cc",
« no previous file with comments | « ppapi/tests/test_scrollbar.cc ('k') | ppapi/thunk/interfaces_ppb_public_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698