diff options
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r-- | ppapi/ppapi_sources.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi index c231418..6d78038 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', |