Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 00323d61a4a19a0c5e159dcb394d473fa999f72d..87db3a5041bbfdbd334722c7d0b3998080f6ae31 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -247,6 +247,10 @@ |
'cpp/trusted/file_chooser_trusted.h', |
'cpp/trusted/file_io_trusted.cc', |
'cpp/trusted/file_io_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. |