summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_sources.gypi
diff options
context:
space:
mode:
authorkcwu@chromium.org <kcwu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-28 13:49:54 +0000
committerkcwu@chromium.org <kcwu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-28 13:49:54 +0000
commita1ab6d8994a202ce7fd45fb72edbf67e51657746 (patch)
treefaa5855b40b36e70992a1191fc6f1077a6f0f4c5 /ppapi/ppapi_sources.gypi
parent633b1ea1cd6e46531f45cc087cd6e280f322daaa (diff)
downloadchromium_src-a1ab6d8994a202ce7fd45fb72edbf67e51657746.zip
chromium_src-a1ab6d8994a202ce7fd45fb72edbf67e51657746.tar.gz
chromium_src-a1ab6d8994a202ce7fd45fb72edbf67e51657746.tar.bz2
Pepper API implementation for output protection.
BUG=256538 R=cpu@chromium.org, dalecurtis@chromium.org, dmichael@chromium.org, marcheu@chromium.org, wuchengli@chromium.org Review URL: https://codereview.chromium.org/24039002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r--ppapi/ppapi_sources.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 6ec54b7..64219de 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',