Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1645)

Unified Diff: chrome/chrome_tests.gypi

Issue 231213003: notification balloons: Remove views and cocoa implementations of BalloonCollection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_nibs.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index cb7366d4d7308ebe4397115d4392c57676944fe2..122cfaf949b023716f0bdcc0edb91c488978d51b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -75,7 +75,6 @@
'browser/mouseleave_browsertest.cc',
'browser/notifications/desktop_notifications_unittest.cc',
'browser/notifications/desktop_notifications_unittest.h',
- 'browser/notifications/notification_browsertest.cc',
'browser/password_manager/password_generation_interactive_uitest.cc',
'browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc',
'browser/renderer_context_menu/render_view_context_menu_browsertest_util.h',
@@ -164,6 +163,12 @@
'sources!': [
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
],
+ }, {
+ 'sources!': [
+ 'browser/notifications/desktop_notifications_unittest.cc',
+ 'browser/notifications/desktop_notifications_unittest.h',
+ 'browser/notifications/notification_browsertest.cc',
+ ]
}],
['OS=="linux" and use_aura==1', {
# TODO(gbillock): aura linux does not support the automation for
@@ -214,8 +219,6 @@
'sources!': [
# TODO(port): These tests fail because they don't have a Screen,
# but expect one.
- 'browser/notifications/desktop_notifications_unittest.cc',
- 'browser/notifications/desktop_notifications_unittest.h',
# TODO(port): I have no idea about the crashes in here; there's
# nothing obviously wrong. It doesn't run on gtk today, either.
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
@@ -326,9 +329,6 @@
],
'sources!': [
# chromeos does not use cross-platform panels
- 'browser/notifications/desktop_notifications_unittest.cc',
- 'browser/notifications/desktop_notifications_unittest.h',
- 'browser/notifications/notification_browsertest.cc',
'browser/ui/panels/detached_panel_browsertest.cc',
'browser/ui/panels/docked_panel_browsertest.cc',
'browser/ui/panels/panel_browsertest.cc',
« no previous file with comments | « chrome/chrome_nibs.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698