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

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: revise on comments at Patch Set 15 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_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 2c7fb7b592019d5e6f65d9ea3583c955e99d263f..8576c6c0937e10585fd5726f471a4fe35ed8545d 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -272,6 +272,8 @@
'utility/graphics/paint_manager.h',
'utility/threading/simple_thread.cc',
'utility/threading/simple_thread.h',
+ 'utility/websocket/websocket_api.cc',
+ 'utility/websocket/websocket_api.h',
],
#
# Common Testing source for trusted and untrusted (NaCl) pugins.

Powered by Google App Engine
This is Rietveld 408576698