| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 94f10fb51d98f76ca08b6fced3a15fd4fe30967f..e9782fb1aaceeb6d1d37c43b804b4a0bab7863d1 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -243,6 +243,10 @@
|
| # Trusted interfaces.
|
| 'cpp/trusted/file_chooser_trusted.cc',
|
| 'cpp/trusted/file_chooser_trusted.h',
|
| +
|
| + # Helper interfaces.
|
| + 'cpp/helper/dev/websocket_api_dev.cc',
|
| + 'cpp/helper/dev/websocket_api_dev.h',
|
| ],
|
| #
|
| # Common Testing source for trusted and untrusted (NaCl) pugins.
|
|
|