diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-07 00:51:01 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-07 00:51:01 +0000 |
commit | 6117b82da99a439a5e2c02acfc320291d1c3abc2 (patch) | |
tree | c4fc666f220604f716b8e291ea8fa5c9766c0846 /ppapi/ppapi_sources.gypi | |
parent | cec568d6f1e79bda1362bd5d64f494ccd79e6d08 (diff) | |
download | chromium_src-6117b82da99a439a5e2c02acfc320291d1c3abc2.zip chromium_src-6117b82da99a439a5e2c02acfc320291d1c3abc2.tar.gz chromium_src-6117b82da99a439a5e2c02acfc320291d1c3abc2.tar.bz2 |
Introduce PPB_ResourceArray_Dev.
TEST=test_resource_array.{h,cc}
BUG=None
Review URL: http://codereview.chromium.org/9111008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r-- | ppapi/ppapi_sources.gypi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi index df86cf8..f517a12 100644 --- a/ppapi/ppapi_sources.gypi +++ b/ppapi/ppapi_sources.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -63,6 +63,7 @@ 'c/dev/ppb_fullscreen_dev.h', 'c/dev/ppb_ime_input_event_dev.h', 'c/dev/ppb_memory_dev.h', + 'c/dev/ppb_resource_array_dev.h', 'c/dev/ppb_scrollbar_dev.h', 'c/dev/ppb_testing_dev.h', 'c/dev/ppb_url_util_dev.h', @@ -191,6 +192,8 @@ 'cpp/dev/memory_dev.h', 'cpp/dev/printing_dev.cc', 'cpp/dev/printing_dev.h', + 'cpp/dev/resource_array_dev.cc', + 'cpp/dev/resource_array_dev.h', 'cpp/dev/scrollbar_dev.cc', 'cpp/dev/scrollbar_dev.h', 'cpp/dev/selection_dev.cc', @@ -361,6 +364,8 @@ 'tests/test_paint_aggregator.h', 'tests/test_post_message.cc', 'tests/test_post_message.h', + 'tests/test_resource_array.cc', + 'tests/test_resource_array.h', 'tests/test_scrollbar.cc', 'tests/test_scrollbar.h', 'tests/test_struct_sizes.c', |