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

Unified Diff: components/components_tests.gyp

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kill views_bubble_controller Created 5 years, 5 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 509ef5ecd28c722b4b063d08df53eeb83d294f76..3d308e18a3a36f66841e5540153ea0f7864f8d71 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -85,6 +85,9 @@
'browser_watcher/watcher_metrics_provider_win_unittest.cc',
'browser_watcher/window_hang_monitor_win_unittest.cc',
],
+ 'bubble_unittest': [
+ 'bubble/bubble_manager_unittest.cc',
+ ],
'captive_portal_unittest_sources': [
'captive_portal/captive_portal_detector_unittest.cc',
],
@@ -708,6 +711,7 @@
'<@(autofill_unittest_sources)',
'<@(bookmarks_unittest_sources)',
'<@(browser_watcher_unittest_sources)',
+ '<@(bubble_unittest)',
'<@(captive_portal_unittest_sources)',
'<@(cloud_devices_unittest_sources)',
'<@(component_updater_unittest_sources)',
@@ -791,6 +795,7 @@
'../ui/resources/ui_resources.gyp:ui_test_pak',
'../ui/strings/ui_strings.gyp:ui_strings',
'../url/url.gyp:url_lib',
+ 'bubble.gypi:bubble',
'components.gyp:auto_login_parser',
'components.gyp:autofill_core_browser',
'components.gyp:autofill_core_common',
« components/bubble/bubble_controller.h ('K') | « components/bubble/bubble_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698