Fix PackagedAppTest when disable_nacl=1
commit4d270bc63b32c958f6dd089ac7280d57a7d6fcd4
authorteravest <teravest@chromium.org>
Fri, 16 Jan 2015 16:50:24 +0000 (16 08:50 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 16 Jan 2015 16:51:28 +0000 (16 16:51 +0000)
treed8a8e4872f69cfb6e74d9d2de86c74a43102ee65
parent099bb2236b302d870a855362319eee243d682e42
Fix PackagedAppTest when disable_nacl=1

All of the PackagedAppTest tests in ppapi_browser_tests.cc require that NaCl is
enabled to run successfully.

This change removes PackagedAppTest (and respective tests) when DISABLE_NACL is
true.

BUG=449260

Review URL: https://codereview.chromium.org/856583002

Cr-Commit-Position: refs/heads/master@{#311911}
chrome/test/ppapi/ppapi_browsertest.cc