Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: ppapi/ppapi_shared.gypi

Issue 9192019: Implement PPB_DeviceRef_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 2802b5d52b15a5f274cfce660f37697e2758687f..6e0362fd5be59ab770c5071dba9baf9f2609aeb7 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -54,6 +54,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',
@@ -134,6 +136,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',

Powered by Google App Engine
This is Rietveld 408576698