diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 00:56:11 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 00:56:11 +0000 |
commit | 8bbba87862f0ce45234380cebf60e3ded5d88147 (patch) | |
tree | cd27c56970b8131d75a2323145c5a81a79d61594 /chrome | |
parent | de8e4e0ce28812435f257d65dff65fc70b04444c (diff) | |
download | chromium_src-8bbba87862f0ce45234380cebf60e3ded5d88147.zip chromium_src-8bbba87862f0ce45234380cebf60e3ded5d88147.tar.gz chromium_src-8bbba87862f0ce45234380cebf60e3ded5d88147.tar.bz2 |
Removes NPAPI tests from aura build as they don't make sense. There is
likely more cleanup that can be done here, but this is a start.
TBR=phajdan.jr@chromium.org
R=phajdan.jr@chromium.org
BUG=104360
TEST=none
Review URL: http://codereview.chromium.org/8520025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 27e44ace..ebd122f 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -831,6 +831,7 @@ ['use_aura==1', { 'sources!': [ 'test/automation/automation_proxy_uitest.cc', + 'test/ui/npapi_uitest.cc', ], 'dependencies': [ '../ui/aura/aura.gyp:aura', |