summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_cpp.gypi
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-30 04:24:19 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-30 04:24:19 +0000
commit152379498a36d2c6e2a56b3e509a7ca588de4f40 (patch)
treee3850c3683a3ded2907f2d8bac7533dbf907b84d /ppapi/ppapi_cpp.gypi
parent64b66889137bd35e1b8bb5151143362c4403623a (diff)
downloadchromium_src-152379498a36d2c6e2a56b3e509a7ca588de4f40.zip
chromium_src-152379498a36d2c6e2a56b3e509a7ca588de4f40.tar.gz
chromium_src-152379498a36d2c6e2a56b3e509a7ca588de4f40.tar.bz2
PPAPI interface for reading the enterprise policy as a big JSON blob.
This includes an implementation that pipes up through PluginDelegate, but stops short of connecting to the actual policy code. BUG=90213 TEST=new unittests + manual testing Review URL: http://codereview.chromium.org/7483019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_cpp.gypi')
-rw-r--r--ppapi/ppapi_cpp.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index f62732a..829fbe1 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -68,6 +68,7 @@
'c/dev/ppb_graphics_3d_trusted_dev.h',
'c/dev/ppb_memory_dev.h',
'c/dev/ppb_opengles_dev.h',
+ 'c/dev/ppb_query_policy_dev.h',
'c/dev/ppb_scrollbar_dev.h',
'c/dev/ppb_surface_3d_dev.h',
'c/dev/ppb_testing_dev.h',
@@ -79,9 +80,10 @@
'c/dev/ppp_find_dev.h',
'c/dev/ppp_graphics_3d_dev.h',
'c/dev/ppp_network_state_dev.h',
+ 'c/dev/ppp_policy_update_dev.h',
+ 'c/dev/ppp_printing_dev.h',
'c/dev/ppp_scrollbar_dev.h',
'c/dev/ppp_selection_dev.h',
- 'c/dev/ppp_printing_dev.h',
'c/dev/ppp_video_decoder_dev.h',
'c/dev/ppp_widget_dev.h',
'c/dev/ppp_zoom_dev.h',