| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index cc9c52b308173d24f6fc4d3ced4b1f1c60934b1d..fdac810c3f271f50f928bfff259420d7a71de61c 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'],
|
|
|