| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 6ec54b7000a27ec80ccccf9c4c5a37b8f8c57f9a..64219de0579d344a8a888cb7e4dd310512837370 100644
|
| --- a/ppapi/ppapi_sources.gypi
|
| +++ b/ppapi/ppapi_sources.gypi
|
| @@ -115,6 +115,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_platform_verification_private.h',
|
| 'c/private/ppb_proxy_private.h',
|
| @@ -321,6 +322,8 @@
|
| 'cpp/private/instance_private.h',
|
| 'cpp/private/net_address_private.cc',
|
| 'cpp/private/net_address_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',
|
| @@ -450,6 +453,8 @@
|
| 'tests/test_network_monitor.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',
|
|
|