| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index cfb16fc137e44b4c6efcc363e4e8e0c0d7516518..600f36b29e5c683a6af83ddf07f7ae54450f7a93 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -82,7 +82,6 @@
|
| 'c/dev/ppb_cursor_control_dev.h',
|
| 'c/dev/ppb_device_ref_dev.h',
|
| 'c/dev/ppb_file_chooser_dev.h',
|
| - 'c/dev/ppb_find_dev.h',
|
| 'c/dev/ppb_font_dev.h',
|
| 'c/dev/ppb_ime_input_event_dev.h',
|
| 'c/dev/ppb_memory_dev.h',
|
| @@ -94,7 +93,6 @@
|
| 'c/dev/ppb_video_decoder_dev.h',
|
| 'c/dev/ppb_widget_dev.h',
|
| 'c/dev/ppb_zoom_dev.h',
|
| - 'c/dev/ppp_find_dev.h',
|
| 'c/dev/ppp_network_state_dev.h',
|
| 'c/dev/ppp_scrollbar_dev.h',
|
| 'c/dev/ppp_selection_dev.h',
|
| @@ -109,6 +107,7 @@
|
| 'c/private/pp_video_frame_private.h',
|
| 'c/private/ppb_content_decryptor_private.h',
|
| 'c/private/ppb_ext_crx_file_system_private.h',
|
| + 'c/private/ppb_find_private.h',
|
| 'c/private/ppb_flash.h',
|
| 'c/private/ppb_flash_clipboard.h',
|
| 'c/private/ppb_flash_file.h',
|
| @@ -134,6 +133,7 @@
|
| 'c/private/ppb_video_source_private.h',
|
| 'c/private/ppb_x509_certificate_private.h',
|
| 'c/private/ppp_content_decryptor_private.h',
|
| + 'c/private/ppp_find_private.h',
|
| 'c/private/ppp_instance_private.h',
|
|
|
| # Deprecated interfaces.
|
| @@ -262,8 +262,6 @@
|
| 'cpp/dev/device_ref_dev.h',
|
| 'cpp/dev/file_chooser_dev.cc',
|
| 'cpp/dev/file_chooser_dev.h',
|
| - 'cpp/dev/find_dev.cc',
|
| - 'cpp/dev/find_dev.h',
|
| 'cpp/dev/font_dev.cc',
|
| 'cpp/dev/font_dev.h',
|
| 'cpp/dev/graphics_2d_dev.cc',
|
| @@ -318,6 +316,8 @@
|
| 'cpp/private/ext_crx_file_system_private.h',
|
| 'cpp/private/file_io_private.cc',
|
| 'cpp/private/file_io_private.h',
|
| + 'cpp/private/find_private.cc',
|
| + 'cpp/private/find_private.h',
|
| 'cpp/private/flash.cc',
|
| 'cpp/private/flash.h',
|
| 'cpp/private/flash_clipboard.cc',
|
|
|