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

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: remove C++ bindings related change 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 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.

Powered by Google App Engine
This is Rietveld 408576698