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', |