summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_tests.gypi
diff options
context:
space:
mode:
authorneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 17:06:31 +0000
committerneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-23 17:06:31 +0000
commitb574626479d71344d5190155026873a57cf0d5a3 (patch)
tree4e4bc0b2e3f24d1985460c1a4d8b125836647823 /ppapi/ppapi_tests.gypi
parent7cdf00c22466989309283d9d0e7f8a766a81195a (diff)
downloadchromium_src-b574626479d71344d5190155026873a57cf0d5a3.zip
chromium_src-b574626479d71344d5190155026873a57cf0d5a3.tar.gz
chromium_src-b574626479d71344d5190155026873a57cf0d5a3.tar.bz2
Remove PPB_Var interface's scripting functionality.
PPB_Var now only deals with the PPB_Var datatype. PPB_Var_Deprecated provides scripting for legacy users, post message API will be the replacement in the future. BUG=76453 TEST=none Review URL: http://codereview.chromium.org/6673098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r--ppapi/ppapi_tests.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index a3de9bb..1003446 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -181,8 +181,6 @@
'tests/test_c_includes.c',
'tests/test_char_set.cc',
'tests/test_char_set.h',
- 'tests/test_class.cc',
- 'tests/test_class.h',
'tests/test_cpp_includes.cc',
'tests/test_directory_reader.cc',
'tests/test_directory_reader.h',
@@ -209,8 +207,6 @@
'tests/test_url_util.h',
'tests/test_utils.cc',
'tests/test_utils.h',
- 'tests/test_var.cc',
- 'tests/test_var.h',
# Deprecated test cases.
'tests/test_instance_deprecated.cc',