| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index a93bbcefcedb60166f1bd06d256693e32b014ca1..317908665df5f2949d7e4e5d036490de1becd765 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -71,6 +71,7 @@
|
| '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',
|
| @@ -237,6 +238,8 @@
|
| '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',
|
| @@ -442,6 +445,8 @@
|
| 'tests/test_net_address_private_untrusted.h',
|
| 'tests/test_network_monitor_private.cc',
|
| 'tests/test_network_monitor_private.h',
|
| + 'tests/test_network_proxy.cc',
|
| + 'tests/test_network_proxy.h',
|
| 'tests/test_paint_aggregator.cc',
|
| 'tests/test_paint_aggregator.h',
|
| 'tests/test_post_message.cc',
|
|
|