| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index f1104b969744b0d1bdc2f94ec7fe33c632b37ae0..b0286d1fe02905658b3ec1e7b653a9870edfef83 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -69,6 +69,7 @@
|
| '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',
|
| @@ -229,6 +230,8 @@
|
| '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',
|
| @@ -426,6 +429,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',
|
|
|