| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index ad188bc85c2e37b8ff16117891304913a50fd8e6..8548295f4973cff87fa97fcc68a354bd5ab1ec3e 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -43,6 +43,7 @@
|
| 'c/ppb_mouse_lock.h',
|
| 'c/ppb_net_address.h',
|
| 'c/ppb_opengles2.h',
|
| + 'c/ppb_tcp_socket.h',
|
| 'c/pp_touch_point.h',
|
| 'c/ppb_url_loader.h',
|
| 'c/ppb_url_request_info.h',
|
| @@ -76,7 +77,6 @@
|
| 'c/dev/ppb_printing_dev.h',
|
| 'c/dev/ppb_resource_array_dev.h',
|
| 'c/dev/ppb_scrollbar_dev.h',
|
| - 'c/dev/ppb_tcp_socket_dev.h',
|
| 'c/dev/ppb_testing_dev.h',
|
| 'c/dev/ppb_text_input_dev.h',
|
| 'c/dev/ppb_truetype_font_dev.h',
|
| @@ -196,6 +196,8 @@
|
| 'cpp/resource.cc',
|
| 'cpp/resource.h',
|
| 'cpp/size.h',
|
| + 'cpp/tcp_socket.cc',
|
| + 'cpp/tcp_socket.h',
|
| 'cpp/touch_point.h',
|
| 'cpp/url_loader.cc',
|
| 'cpp/url_loader.h',
|
| @@ -249,8 +251,6 @@
|
| 'cpp/dev/scrollbar_dev.h',
|
| 'cpp/dev/selection_dev.cc',
|
| 'cpp/dev/selection_dev.h',
|
| - 'cpp/dev/tcp_socket_dev.cc',
|
| - 'cpp/dev/tcp_socket_dev.h',
|
| 'cpp/dev/text_input_dev.cc',
|
| 'cpp/dev/text_input_dev.h',
|
| 'cpp/dev/truetype_font_dev.cc',
|
|
|