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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 16282005: Introduce PPB_UDPSocket_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 6e126cdbd23f327cb7999c62acadd9a11be079f5..800c9dda124283f9f8aa25ca42a0d24ba2b74894 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -77,6 +77,7 @@
'c/dev/ppb_testing_dev.h',
'c/dev/ppb_text_input_dev.h',
'c/dev/ppb_truetype_font_dev.h',
+ 'c/dev/ppb_udp_socket_dev.h',
'c/dev/ppb_url_util_dev.h',
'c/dev/ppb_var_array_dev.h',
'c/dev/ppb_var_dictionary_dev.h',
@@ -251,6 +252,8 @@
'cpp/dev/text_input_dev.h',
'cpp/dev/truetype_font_dev.cc',
'cpp/dev/truetype_font_dev.h',
+ 'cpp/dev/udp_socket_dev.cc',
+ 'cpp/dev/udp_socket_dev.h',
'cpp/dev/url_util_dev.cc',
'cpp/dev/url_util_dev.h',
'cpp/dev/var_array_dev.cc',
@@ -454,6 +457,8 @@
'tests/test_tcp_socket_private.h',
'tests/test_truetype_font.cc',
'tests/test_truetype_font.h',
+ 'tests/test_udp_socket.cc',
+ 'tests/test_udp_socket.h',
'tests/test_udp_socket_private.cc',
'tests/test_udp_socket_private.h',
'tests/test_url_loader.cc',

Powered by Google App Engine
This is Rietveld 408576698