Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 8149b61931b4e703e2e7ae611d68ec3d8d800cc0..96de291c7bd0d3536b6df61408e0d0e2ddbe2399 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_platform_verification_private.h', |
'c/private/ppb_proxy_private.h', |
@@ -322,6 +323,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', |
@@ -451,6 +454,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', |