diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 00:29:03 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 00:29:03 +0000 |
commit | 53db2fa3e3cae56e2461e5e66026fa6976013c29 (patch) | |
tree | 86e14c22fac7cb4db854535c79c2d99e30799a6b /ppapi/ppapi_shared.gypi | |
parent | bf27b36af14244aaa3c9851daac121884e2f63c1 (diff) | |
download | chromium_src-53db2fa3e3cae56e2461e5e66026fa6976013c29.zip chromium_src-53db2fa3e3cae56e2461e5e66026fa6976013c29.tar.gz chromium_src-53db2fa3e3cae56e2461e5e66026fa6976013c29.tar.bz2 |
Add PPB_VarArray_Dev support - part 1.
It includes:
- C/C++ interface implementation.
- Conversions between PP_Var and base::Value.
It dones't include:
- Serialization code for IPC.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/12388083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index 699ef08..f55adea 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -20,6 +20,8 @@ # This part is shared between the targets defined below. ['ppapi_shared_target==1', { 'sources': [ + 'shared_impl/array_var.cc', + 'shared_impl/array_var.h', 'shared_impl/array_writer.cc', 'shared_impl/array_writer.h', 'shared_impl/callback_tracker.cc', @@ -233,6 +235,7 @@ 'thunk/ppb_url_response_info_api.h', 'thunk/ppb_url_response_info_thunk.cc', 'thunk/ppb_url_util_thunk.cc', + 'thunk/ppb_var_array_thunk.cc', 'thunk/ppb_var_dictionary_thunk.cc', 'thunk/ppb_video_capture_api.h', 'thunk/ppb_video_capture_thunk.cc', |