| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index a24d247feac05009964af1eb810907707852fa94..5552d5bd20d11b33a74152a77d2082fee9567824 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -114,6 +114,7 @@
|
| 'c/private/ppb_instance_private.h',
|
| 'c/private/ppb_nacl_private.h',
|
| 'c/private/ppb_net_address_private.h',
|
| + 'c/private/ppb_output_protection_private.h',
|
| 'c/private/ppb_pdf.h',
|
| 'c/private/ppb_proxy_private.h',
|
| 'c/private/ppp_instance_private.h',
|
| @@ -321,6 +322,8 @@
|
| 'cpp/private/network_list_private.h',
|
| 'cpp/private/network_monitor_private.cc',
|
| 'cpp/private/network_monitor_private.h',
|
| + 'cpp/private/output_protection_private.cc',
|
| + 'cpp/private/output_protection_private.h',
|
| 'cpp/private/pass_file_handle.cc',
|
| 'cpp/private/pass_file_handle.h',
|
| 'cpp/private/pdf.cc',
|
| @@ -448,6 +451,8 @@
|
| 'tests/test_network_monitor_private.h',
|
| 'tests/test_network_proxy.cc',
|
| 'tests/test_network_proxy.h',
|
| + 'tests/test_output_protection_private.cc',
|
| + 'tests/test_output_protection_private.h',
|
| 'tests/test_paint_aggregator.cc',
|
| 'tests/test_paint_aggregator.h',
|
| 'tests/test_post_message.cc',
|
|
|