| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 97821a4dd47511b3a51a4862c4f4c64a8a9c9549..07a5b5ce46a43c1618cb7168621a1b1130b0114a 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -64,7 +64,6 @@
|
| 'c/dev/ppb_char_set_dev.h',
|
| 'c/dev/ppb_cursor_control_dev.h',
|
| 'c/dev/ppb_device_ref_dev.h',
|
| - 'c/dev/ppb_directory_reader_dev.h',
|
| 'c/dev/ppb_file_chooser_dev.h',
|
| 'c/dev/ppb_find_dev.h',
|
| 'c/dev/ppb_font_dev.h',
|
| @@ -153,6 +152,8 @@
|
| 'cpp/completion_callback.h',
|
| 'cpp/core.cc',
|
| 'cpp/core.h',
|
| + 'cpp/directory_entry.cc',
|
| + 'cpp/directory_entry.h',
|
| 'cpp/file_io.cc',
|
| 'cpp/file_io.h',
|
| 'cpp/file_ref.cc',
|
| @@ -219,10 +220,6 @@
|
| 'cpp/dev/cursor_control_dev.h',
|
| 'cpp/dev/device_ref_dev.cc',
|
| 'cpp/dev/device_ref_dev.h',
|
| - 'cpp/dev/directory_entry_dev.cc',
|
| - 'cpp/dev/directory_entry_dev.h',
|
| - 'cpp/dev/directory_reader_dev.cc',
|
| - 'cpp/dev/directory_reader_dev.h',
|
| 'cpp/dev/file_chooser_dev.cc',
|
| 'cpp/dev/file_chooser_dev.h',
|
| 'cpp/dev/find_dev.cc',
|
| @@ -392,8 +389,6 @@
|
| 'tests/test_core.h',
|
| 'tests/test_cursor_control.cc',
|
| 'tests/test_cursor_control.h',
|
| - 'tests/test_directory_reader.cc',
|
| - 'tests/test_directory_reader.h',
|
| 'tests/test_empty.cc',
|
| 'tests/test_empty.h',
|
| 'tests/test_file_io.cc',
|
|
|