| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 35b3f6c4f3318d65c754d83a29b19572121aac46..e76b7b776ad6db1e712fb8e940bc8dfb6139c29d 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -41,6 +41,7 @@
|
| 'c/ppb_messaging.h',
|
| 'c/ppb_mouse_cursor.h',
|
| 'c/ppb_mouse_lock.h',
|
| + 'c/ppb_network_proxy.h',
|
| 'c/ppb_opengles2.h',
|
| 'c/pp_touch_point.h',
|
| 'c/ppb_url_loader.h',
|
| @@ -73,7 +74,6 @@
|
| 'c/dev/ppb_ime_input_event_dev.h',
|
| 'c/dev/ppb_memory_dev.h',
|
| 'c/dev/ppb_net_address_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',
|
| @@ -188,6 +188,8 @@
|
| 'cpp/mouse_cursor.h',
|
| 'cpp/mouse_lock.cc',
|
| 'cpp/mouse_lock.h',
|
| + 'cpp/network_proxy.cc',
|
| + 'cpp/network_proxy.h',
|
| 'cpp/output_traits.h',
|
| 'cpp/point.h',
|
| 'cpp/rect.cc',
|
| @@ -242,8 +244,6 @@
|
| 'cpp/dev/memory_dev.h',
|
| 'cpp/dev/net_address_dev.cc',
|
| 'cpp/dev/net_address_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',
|
|
|