Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 4c6d6663d16faa4c2e022e200cee55583e61f950..6ddc4d0c0f1821dd8084723e68c925cb0239b4de 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', |
@@ -247,6 +248,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', |
@@ -450,6 +453,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', |