diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-30 04:24:19 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-30 04:24:19 +0000 |
commit | 152379498a36d2c6e2a56b3e509a7ca588de4f40 (patch) | |
tree | e3850c3683a3ded2907f2d8bac7533dbf907b84d /ppapi/ppapi_shared.gypi | |
parent | 64b66889137bd35e1b8bb5151143362c4403623a (diff) | |
download | chromium_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_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index f24bc7e..496a9dd 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -122,6 +122,7 @@ 'thunk/ppb_layer_compositor_thunk.cc', 'thunk/ppb_messaging_thunk.cc', 'thunk/ppb_pdf_api.h', + 'thunk/ppb_query_policy_thunk.cc', 'thunk/ppb_scrollbar_api.h', 'thunk/ppb_scrollbar_thunk.cc', 'thunk/ppb_surface_3d_api.h', |