diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index cc9c52b..fdac810 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1726,6 +1726,13 @@ '../ash/ash.gyp:ash_test_support', ], }], + ['use_aura==1 and desktop_linux==1', { + 'sources!': [ + # TODO(erg): A large number of the PPAPI browsertests flakily + # timeout. + 'test/ppapi/ppapi_browsertest.cc', + ], + }], ['chromeos==0', { 'sources/': [ ['exclude', '^browser/chromeos'], |