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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ], 78 ],
79 'browser_watcher_unittest_sources': [ 79 'browser_watcher_unittest_sources': [
80 'browser_watcher/crash_reporting_metrics_win_unittest.cc', 80 'browser_watcher/crash_reporting_metrics_win_unittest.cc',
81 'browser_watcher/endsession_watcher_window_win_unittest.cc', 81 'browser_watcher/endsession_watcher_window_win_unittest.cc',
82 'browser_watcher/exit_code_watcher_win_unittest.cc', 82 'browser_watcher/exit_code_watcher_win_unittest.cc',
83 'browser_watcher/exit_funnel_win_unittest.cc', 83 'browser_watcher/exit_funnel_win_unittest.cc',
84 'browser_watcher/watcher_client_win_unittest.cc', 84 'browser_watcher/watcher_client_win_unittest.cc',
85 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 85 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
86 'browser_watcher/window_hang_monitor_win_unittest.cc', 86 'browser_watcher/window_hang_monitor_win_unittest.cc',
87 ], 87 ],
88 'bubble_unittest': [
89 'bubble/bubble_manager_unittest.cc',
90 ],
88 'captive_portal_unittest_sources': [ 91 'captive_portal_unittest_sources': [
89 'captive_portal/captive_portal_detector_unittest.cc', 92 'captive_portal/captive_portal_detector_unittest.cc',
90 ], 93 ],
91 'cloud_devices_unittest_sources': [ 94 'cloud_devices_unittest_sources': [
92 'cloud_devices/common/cloud_devices_urls_unittest.cc', 95 'cloud_devices/common/cloud_devices_urls_unittest.cc',
93 'cloud_devices/common/printer_description_unittest.cc', 96 'cloud_devices/common/printer_description_unittest.cc',
94 ], 97 ],
95 'component_updater_unittest_sources': [ 98 'component_updater_unittest_sources': [
96 'component_updater/component_updater_service_unittest.cc', 99 'component_updater/component_updater_service_unittest.cc',
97 'component_updater/timer_unittest.cc', 100 'component_updater/timer_unittest.cc',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 # GN version: //components:components_unittests 704 # GN version: //components:components_unittests
702 'target_name': 'components_unittests', 705 'target_name': 'components_unittests',
703 'type': '<(gtest_target_type)', 706 'type': '<(gtest_target_type)',
704 'sources': [ 707 'sources': [
705 'test/run_all_unittests.cc', 708 'test/run_all_unittests.cc',
706 709
707 '<@(auto_login_parser_unittest_sources)', 710 '<@(auto_login_parser_unittest_sources)',
708 '<@(autofill_unittest_sources)', 711 '<@(autofill_unittest_sources)',
709 '<@(bookmarks_unittest_sources)', 712 '<@(bookmarks_unittest_sources)',
710 '<@(browser_watcher_unittest_sources)', 713 '<@(browser_watcher_unittest_sources)',
714 '<@(bubble_unittest)',
711 '<@(captive_portal_unittest_sources)', 715 '<@(captive_portal_unittest_sources)',
712 '<@(cloud_devices_unittest_sources)', 716 '<@(cloud_devices_unittest_sources)',
713 '<@(component_updater_unittest_sources)', 717 '<@(component_updater_unittest_sources)',
714 '<@(content_settings_unittest_sources)', 718 '<@(content_settings_unittest_sources)',
715 '<@(crash_unittest_sources)', 719 '<@(crash_unittest_sources)',
716 '<@(crx_file_unittest_sources)', 720 '<@(crx_file_unittest_sources)',
717 '<@(data_reduction_proxy_unittest_sources)', 721 '<@(data_reduction_proxy_unittest_sources)',
718 '<@(device_event_log_unittest_sources)', 722 '<@(device_event_log_unittest_sources)',
719 '<@(dom_distiller_unittest_sources)', 723 '<@(dom_distiller_unittest_sources)',
720 '<@(domain_reliability_unittest_sources)', 724 '<@(domain_reliability_unittest_sources)',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 788 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
785 '../third_party/libxml/libxml.gyp:libxml', 789 '../third_party/libxml/libxml.gyp:libxml',
786 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 790 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
787 '../ui/base/ui_base.gyp:ui_base', 791 '../ui/base/ui_base.gyp:ui_base',
788 '../ui/gfx/gfx.gyp:gfx', 792 '../ui/gfx/gfx.gyp:gfx',
789 '../ui/gfx/gfx.gyp:gfx_test_support', 793 '../ui/gfx/gfx.gyp:gfx_test_support',
790 '../ui/resources/ui_resources.gyp:ui_resources', 794 '../ui/resources/ui_resources.gyp:ui_resources',
791 '../ui/resources/ui_resources.gyp:ui_test_pak', 795 '../ui/resources/ui_resources.gyp:ui_test_pak',
792 '../ui/strings/ui_strings.gyp:ui_strings', 796 '../ui/strings/ui_strings.gyp:ui_strings',
793 '../url/url.gyp:url_lib', 797 '../url/url.gyp:url_lib',
798 'bubble.gypi:bubble',
794 'components.gyp:auto_login_parser', 799 'components.gyp:auto_login_parser',
795 'components.gyp:autofill_core_browser', 800 'components.gyp:autofill_core_browser',
796 'components.gyp:autofill_core_common', 801 'components.gyp:autofill_core_common',
797 'components.gyp:autofill_core_test_support', 802 'components.gyp:autofill_core_test_support',
798 'components.gyp:bookmarks_browser', 803 'components.gyp:bookmarks_browser',
799 'components.gyp:bookmarks_managed', 804 'components.gyp:bookmarks_managed',
800 'components.gyp:bookmarks_test_support', 805 'components.gyp:bookmarks_test_support',
801 'components.gyp:captive_portal_test_support', 806 'components.gyp:captive_portal_test_support',
802 'components.gyp:cloud_devices_common', 807 'components.gyp:cloud_devices_common',
803 'components.gyp:component_updater', 808 'components.gyp:component_updater',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 ], 1549 ],
1545 'variables': { 1550 'variables': {
1546 'test_suite_name': 'components_unittests', 1551 'test_suite_name': 'components_unittests',
1547 }, 1552 },
1548 'includes': [ '../build/apk_test.gypi' ], 1553 'includes': [ '../build/apk_test.gypi' ],
1549 }, 1554 },
1550 ], 1555 ],
1551 }], 1556 }],
1552 ], 1557 ],
1553 } 1558 }
OLDNEW
« 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