| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index a24d247feac05009964af1eb810907707852fa94..2426f8a4ce8eb4ebdce460d8fe46fc29347c6502 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',
|
|
|