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

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: TESTS! 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 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_sources': [
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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 # GN version: //components:components_unittests 737 # GN version: //components:components_unittests
735 'target_name': 'components_unittests', 738 'target_name': 'components_unittests',
736 'type': '<(gtest_target_type)', 739 'type': '<(gtest_target_type)',
737 'sources': [ 740 'sources': [
738 'test/run_all_unittests.cc', 741 'test/run_all_unittests.cc',
739 742
740 '<@(auto_login_parser_unittest_sources)', 743 '<@(auto_login_parser_unittest_sources)',
741 '<@(autofill_unittest_sources)', 744 '<@(autofill_unittest_sources)',
742 '<@(bookmarks_unittest_sources)', 745 '<@(bookmarks_unittest_sources)',
743 '<@(browser_watcher_unittest_sources)', 746 '<@(browser_watcher_unittest_sources)',
747 '<@(bubble_unittest_sources)',
744 '<@(captive_portal_unittest_sources)', 748 '<@(captive_portal_unittest_sources)',
745 '<@(cloud_devices_unittest_sources)', 749 '<@(cloud_devices_unittest_sources)',
746 '<@(component_updater_unittest_sources)', 750 '<@(component_updater_unittest_sources)',
747 '<@(content_settings_unittest_sources)', 751 '<@(content_settings_unittest_sources)',
748 '<@(crash_unittest_sources)', 752 '<@(crash_unittest_sources)',
749 '<@(crx_file_unittest_sources)', 753 '<@(crx_file_unittest_sources)',
750 '<@(data_reduction_proxy_unittest_sources)', 754 '<@(data_reduction_proxy_unittest_sources)',
751 '<@(device_event_log_unittest_sources)', 755 '<@(device_event_log_unittest_sources)',
752 '<@(dom_distiller_unittest_sources)', 756 '<@(dom_distiller_unittest_sources)',
753 '<@(domain_reliability_unittest_sources)', 757 '<@(domain_reliability_unittest_sources)',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 824 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
821 '../third_party/libxml/libxml.gyp:libxml', 825 '../third_party/libxml/libxml.gyp:libxml',
822 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 826 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
823 '../ui/base/ui_base.gyp:ui_base', 827 '../ui/base/ui_base.gyp:ui_base',
824 '../ui/gfx/gfx.gyp:gfx', 828 '../ui/gfx/gfx.gyp:gfx',
825 '../ui/gfx/gfx.gyp:gfx_test_support', 829 '../ui/gfx/gfx.gyp:gfx_test_support',
826 '../ui/resources/ui_resources.gyp:ui_resources', 830 '../ui/resources/ui_resources.gyp:ui_resources',
827 '../ui/resources/ui_resources.gyp:ui_test_pak', 831 '../ui/resources/ui_resources.gyp:ui_test_pak',
828 '../ui/strings/ui_strings.gyp:ui_strings', 832 '../ui/strings/ui_strings.gyp:ui_strings',
829 '../url/url.gyp:url_lib', 833 '../url/url.gyp:url_lib',
834 'bubble.gypi:bubble',
830 'components.gyp:auto_login_parser', 835 'components.gyp:auto_login_parser',
831 'components.gyp:autofill_core_browser', 836 'components.gyp:autofill_core_browser',
832 'components.gyp:autofill_core_common', 837 'components.gyp:autofill_core_common',
833 'components.gyp:autofill_core_test_support', 838 'components.gyp:autofill_core_test_support',
834 'components.gyp:bookmarks_browser', 839 'components.gyp:bookmarks_browser',
835 'components.gyp:bookmarks_managed', 840 'components.gyp:bookmarks_managed',
836 'components.gyp:bookmarks_test_support', 841 'components.gyp:bookmarks_test_support',
837 'components.gyp:captive_portal_test_support', 842 'components.gyp:captive_portal_test_support',
838 'components.gyp:cloud_devices_common', 843 'components.gyp:cloud_devices_common',
839 'components.gyp:component_updater', 844 'components.gyp:component_updater',
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'invalidation/impl/android/junit/', 1606 'invalidation/impl/android/junit/',
1602 'policy/android/junit/' 1607 'policy/android/junit/'
1603 ], 1608 ],
1604 }, 1609 },
1605 'includes': [ '../build/host_jar.gypi' ], 1610 'includes': [ '../build/host_jar.gypi' ],
1606 }, 1611 },
1607 ], 1612 ],
1608 }], 1613 }],
1609 ], 1614 ],
1610 } 1615 }
OLDNEW
« components/bubble/bubble_manager_unittest.cc ('K') | « components/bubble/bubble_ui.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698