| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index be7627cb62f687cb7ec00c54aee5b927827da164..03c38db229df5b18ccf86e0d76edbb9285c553b0 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -29,6 +29,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',
|
| @@ -425,6 +426,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',
|
|
|