diff options
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index a12a097..5aff613 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -75,6 +75,8 @@ 'shared_impl/ppb_char_set_shared.cc', 'shared_impl/ppb_char_set_shared.h', 'shared_impl/ppb_crypto_shared.cc', + 'shared_impl/ppb_device_ref_shared.cc', + 'shared_impl/ppb_device_ref_shared.h', 'shared_impl/ppb_file_io_shared.cc', 'shared_impl/ppb_file_io_shared.h', 'shared_impl/ppb_file_ref_shared.cc', @@ -156,6 +158,8 @@ 'thunk/ppb_console_thunk.cc', 'thunk/ppb_cursor_control_api.h', 'thunk/ppb_cursor_control_thunk.cc', + 'thunk/ppb_device_ref_api.h', + 'thunk/ppb_device_ref_thunk.cc', 'thunk/ppb_directory_reader_api.h', 'thunk/ppb_directory_reader_thunk.cc', 'thunk/ppb_input_event_api.h', |