diff options
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index b7bc00c..cc43fd2 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -36,7 +36,6 @@ 'shared_impl/char_set_impl.cc', 'shared_impl/char_set_impl.h', 'shared_impl/crypto_impl.cc', - 'shared_impl/crypto_impl.h', 'shared_impl/file_ref_impl.cc', 'shared_impl/file_ref_impl.h', 'shared_impl/font_impl.cc', @@ -54,6 +53,7 @@ 'shared_impl/input_event_impl.h', 'shared_impl/instance_impl.cc', 'shared_impl/instance_impl.h', + 'shared_impl/memory_impl.cc', 'shared_impl/opengles2_impl.cc', 'shared_impl/opengles2_impl.h', 'shared_impl/ppapi_preferences.cc', @@ -98,7 +98,6 @@ 'thunk/ppb_buffer_thunk.cc', 'thunk/ppb_buffer_trusted_api.h', 'thunk/ppb_buffer_trusted_thunk.cc', - 'thunk/ppb_char_set_api.h', 'thunk/ppb_char_set_thunk.cc', 'thunk/ppb_console_thunk.cc', 'thunk/ppb_context_3d_api.h', |