| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index cf01f08d9acf419253c81c62b6a768773c2e701b..d89d13413c464c109ef79c72b67eedb241725e0a 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -138,6 +138,7 @@
|
| # Extensions dev interfaces.
|
| 'c/extensions/dev/ppb_ext_alarms_dev.h',
|
| 'c/extensions/dev/ppb_ext_events_dev.h',
|
| + 'c/extensions/dev/ppb_ext_socket_dev.h',
|
| ],
|
| 'cpp_source_files': [
|
| 'cpp/array_output.cc',
|
| @@ -336,6 +337,8 @@
|
| 'cpp/extensions/dev/alarms_dev.h',
|
| 'cpp/extensions/dev/events_dev.cc',
|
| 'cpp/extensions/dev/events_dev.h',
|
| + 'cpp/extensions/dev/socket_dev.cc',
|
| + 'cpp/extensions/dev/socket_dev.h',
|
|
|
| # Utility sources.
|
| 'utility/completion_callback_factory.h',
|
|
|