summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 18:54:29 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 18:54:29 +0000
commitd20dd3d2b4e62d45b1ecae10d4e9cf743d6b21ed (patch)
treeccfc2ebf64ff833a0a0966e4c13d0f4351cd3637 /chrome/chrome_tests.gypi
parent225e07f9674952435e87682addb09f3d7c82d457 (diff)
downloadchromium_src-d20dd3d2b4e62d45b1ecae10d4e9cf743d6b21ed.zip
chromium_src-d20dd3d2b4e62d45b1ecae10d4e9cf743d6b21ed.tar.gz
chromium_src-d20dd3d2b4e62d45b1ecae10d4e9cf743d6b21ed.tar.bz2
Added a test for pepper3d. It ensures that we can successfully load a pepper 3d plugin and render.
Review URL: http://codereview.chromium.org/1073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi8
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index df9a869..34cc702 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -172,12 +172,6 @@
'../build/linux/system.gyp:gtk',
],
}],
- ['OS=="linux" or OS=="freebsd"', {
- 'sources!': [
- # TODO(port)
- 'test/ui/npapi_test_helper.cc',
- ],
- }],
],
},
{
@@ -322,6 +316,7 @@
'test/ui/mouseleave_uitest.cc',
'test/ui/npapi_uitest.cc',
'test/ui/omnibox_uitest.cc',
+ 'test/ui/pepper_uitest.cc',
'test/ui/sandbox_uitests.cc',
'test/ui/sunspider_uitest.cc',
'test/ui/v8_benchmark_uitest.cc',
@@ -332,6 +327,7 @@
['target_arch!="x64" and target_arch!="arm"', {
'dependencies': [
'../webkit/webkit.gyp:npapi_test_plugin',
+ '../webkit/webkit.gyp:pepper_test_plugin',
],
}],
['OS=="linux"', {