| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index f66f98ea026d1a4d359a8c2cf1337652c03dbb7e..4394435d603b6d1778b8a1e3c18bd8e2f2445d31 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -42,7 +42,9 @@
|
| 'c/ppb_messaging.h',
|
| 'c/ppb_mouse_cursor.h',
|
| 'c/ppb_mouse_lock.h',
|
| + 'c/ppb_network_proxy.h',
|
| 'c/ppb_net_address.h',
|
| + 'c/ppb_network_proxy.h',
|
| 'c/ppb_opengles2.h',
|
| 'c/ppb_tcp_socket.h',
|
| 'c/pp_touch_point.h',
|
| @@ -75,7 +77,6 @@
|
| 'c/dev/ppb_font_dev.h',
|
| 'c/dev/ppb_ime_input_event_dev.h',
|
| 'c/dev/ppb_memory_dev.h',
|
| - 'c/dev/ppb_network_proxy_dev.h',
|
| 'c/dev/ppb_printing_dev.h',
|
| 'c/dev/ppb_resource_array_dev.h',
|
| 'c/dev/ppb_scrollbar_dev.h',
|
| @@ -192,6 +193,8 @@
|
| 'cpp/mouse_lock.h',
|
| 'cpp/net_address.cc',
|
| 'cpp/net_address.h',
|
| + 'cpp/network_proxy.cc',
|
| + 'cpp/network_proxy.h',
|
| 'cpp/output_traits.h',
|
| 'cpp/point.h',
|
| 'cpp/rect.cc',
|
| @@ -246,8 +249,6 @@
|
| 'cpp/dev/ime_input_event_dev.h',
|
| 'cpp/dev/memory_dev.cc',
|
| 'cpp/dev/memory_dev.h',
|
| - 'cpp/dev/network_proxy_dev.cc',
|
| - 'cpp/dev/network_proxy_dev.h',
|
| 'cpp/dev/printing_dev.cc',
|
| 'cpp/dev/printing_dev.h',
|
| 'cpp/dev/resource_array_dev.cc',
|
|
|