| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index c231418e8b21f08e808abdf786dae5cce46590c5..6d780383deed0ea892af5c0554d9f6461915d237 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -30,6 +30,7 @@
|
| 'c/ppb_console.h',
|
| 'c/ppb_core.h',
|
| 'c/ppb_file_io.h',
|
| + 'c/ppb_file_mapping.h',
|
| 'c/ppb_file_ref.h',
|
| 'c/ppb_file_system.h',
|
| 'c/ppb_fullscreen.h',
|
| @@ -433,6 +434,8 @@
|
| 'tests/test_empty.h',
|
| 'tests/test_file_io.cc',
|
| 'tests/test_file_io.h',
|
| + 'tests/test_file_mapping.cc',
|
| + 'tests/test_file_mapping.h',
|
| 'tests/test_file_ref.cc',
|
| 'tests/test_file_ref.h',
|
| 'tests/test_file_system.cc',
|
|
|