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

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: gn nit Created 5 years, 4 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 | « components/components.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 70cbb79a4884c62ea5c0f0fca8954df84b0a15da..230c406e46cb9cdfcf12cc0e4c03f93b2042f950 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -81,6 +81,9 @@
'browser_watcher/watcher_metrics_provider_win_unittest.cc',
'browser_watcher/window_hang_monitor_win_unittest.cc',
],
+ 'bubble_unittest_sources': [
+ 'bubble/bubble_manager_unittest.cc',
+ ],
'captive_portal_unittest_sources': [
'captive_portal/captive_portal_detector_unittest.cc',
],
@@ -747,6 +750,7 @@
'<@(autofill_unittest_sources)',
'<@(bookmarks_unittest_sources)',
'<@(browser_watcher_unittest_sources)',
+ '<@(bubble_unittest_sources)',
'<@(captive_portal_unittest_sources)',
'<@(cloud_devices_unittest_sources)',
'<@(component_updater_unittest_sources)',
@@ -841,6 +845,7 @@
'components.gyp:bookmarks_browser',
'components.gyp:bookmarks_managed',
'components.gyp:bookmarks_test_support',
+ 'components.gyp:bubble',
'components.gyp:captive_portal_test_support',
'components.gyp:cloud_devices_common',
'components.gyp:component_updater',
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698