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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 8956008: WebSocket Pepper API: C++ utility class implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix completion callback leaks? Created 9 years 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_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 5ebe710b807ecbc3b5ade42b3ff299b8371b2fcd..85d5ed983dfd1f4169f3921589f62d97fa3291b2 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -249,6 +249,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.

Powered by Google App Engine
This is Rietveld 408576698