summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 3a004ba..533d779 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -978,6 +978,11 @@
['include', 'browser/views/bookmark_context_menu_test.cc$'],
],
}],
+ ['OS=="linux" and chromeos==1', {
+ 'sources/': [
+ ['exclude', 'browser/notifications/desktop_notifications_unittest\\.cc$'],
+ ]
+ }],
['OS=="mac"', {
# The test fetches resources which means Mac need the app bundle to
# exist on disk so it can pull from it.