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

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: gn nit Created 5 years, 3 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
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 ], 74 ],
75 'browser_watcher_unittest_sources': [ 75 'browser_watcher_unittest_sources': [
76 'browser_watcher/crash_reporting_metrics_win_unittest.cc', 76 'browser_watcher/crash_reporting_metrics_win_unittest.cc',
77 'browser_watcher/endsession_watcher_window_win_unittest.cc', 77 'browser_watcher/endsession_watcher_window_win_unittest.cc',
78 'browser_watcher/exit_code_watcher_win_unittest.cc', 78 'browser_watcher/exit_code_watcher_win_unittest.cc',
79 'browser_watcher/exit_funnel_win_unittest.cc', 79 'browser_watcher/exit_funnel_win_unittest.cc',
80 'browser_watcher/watcher_client_win_unittest.cc', 80 'browser_watcher/watcher_client_win_unittest.cc',
81 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 81 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
82 'browser_watcher/window_hang_monitor_win_unittest.cc', 82 'browser_watcher/window_hang_monitor_win_unittest.cc',
83 ], 83 ],
84 'bubble_unittest_sources': [
85 'bubble/bubble_manager_unittest.cc',
86 ],
84 'captive_portal_unittest_sources': [ 87 'captive_portal_unittest_sources': [
85 'captive_portal/captive_portal_detector_unittest.cc', 88 'captive_portal/captive_portal_detector_unittest.cc',
86 ], 89 ],
87 'cloud_devices_unittest_sources': [ 90 'cloud_devices_unittest_sources': [
88 'cloud_devices/common/cloud_devices_urls_unittest.cc', 91 'cloud_devices/common/cloud_devices_urls_unittest.cc',
89 'cloud_devices/common/printer_description_unittest.cc', 92 'cloud_devices/common/printer_description_unittest.cc',
90 ], 93 ],
91 'component_updater_unittest_sources': [ 94 'component_updater_unittest_sources': [
92 'component_updater/component_updater_service_unittest.cc', 95 'component_updater/component_updater_service_unittest.cc',
93 'component_updater/timer_unittest.cc', 96 'component_updater/timer_unittest.cc',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 # GN version: //components:components_unittests 743 # GN version: //components:components_unittests
741 'target_name': 'components_unittests', 744 'target_name': 'components_unittests',
742 'type': '<(gtest_target_type)', 745 'type': '<(gtest_target_type)',
743 'sources': [ 746 'sources': [
744 'test/run_all_unittests.cc', 747 'test/run_all_unittests.cc',
745 748
746 '<@(auto_login_parser_unittest_sources)', 749 '<@(auto_login_parser_unittest_sources)',
747 '<@(autofill_unittest_sources)', 750 '<@(autofill_unittest_sources)',
748 '<@(bookmarks_unittest_sources)', 751 '<@(bookmarks_unittest_sources)',
749 '<@(browser_watcher_unittest_sources)', 752 '<@(browser_watcher_unittest_sources)',
753 '<@(bubble_unittest_sources)',
750 '<@(captive_portal_unittest_sources)', 754 '<@(captive_portal_unittest_sources)',
751 '<@(cloud_devices_unittest_sources)', 755 '<@(cloud_devices_unittest_sources)',
752 '<@(component_updater_unittest_sources)', 756 '<@(component_updater_unittest_sources)',
753 '<@(content_settings_unittest_sources)', 757 '<@(content_settings_unittest_sources)',
754 '<@(crash_unittest_sources)', 758 '<@(crash_unittest_sources)',
755 '<@(crx_file_unittest_sources)', 759 '<@(crx_file_unittest_sources)',
756 '<@(data_reduction_proxy_unittest_sources)', 760 '<@(data_reduction_proxy_unittest_sources)',
757 '<@(device_event_log_unittest_sources)', 761 '<@(device_event_log_unittest_sources)',
758 '<@(dom_distiller_unittest_sources)', 762 '<@(dom_distiller_unittest_sources)',
759 '<@(domain_reliability_unittest_sources)', 763 '<@(domain_reliability_unittest_sources)',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 '../ui/resources/ui_resources.gyp:ui_test_pak', 838 '../ui/resources/ui_resources.gyp:ui_test_pak',
835 '../ui/strings/ui_strings.gyp:ui_strings', 839 '../ui/strings/ui_strings.gyp:ui_strings',
836 '../url/url.gyp:url_lib', 840 '../url/url.gyp:url_lib',
837 'components.gyp:auto_login_parser', 841 'components.gyp:auto_login_parser',
838 'components.gyp:autofill_core_browser', 842 'components.gyp:autofill_core_browser',
839 'components.gyp:autofill_core_common', 843 'components.gyp:autofill_core_common',
840 'components.gyp:autofill_core_test_support', 844 'components.gyp:autofill_core_test_support',
841 'components.gyp:bookmarks_browser', 845 'components.gyp:bookmarks_browser',
842 'components.gyp:bookmarks_managed', 846 'components.gyp:bookmarks_managed',
843 'components.gyp:bookmarks_test_support', 847 'components.gyp:bookmarks_test_support',
848 'components.gyp:bubble',
844 'components.gyp:captive_portal_test_support', 849 'components.gyp:captive_portal_test_support',
845 'components.gyp:cloud_devices_common', 850 'components.gyp:cloud_devices_common',
846 'components.gyp:component_updater', 851 'components.gyp:component_updater',
847 'components.gyp:content_settings_core_browser', 852 'components.gyp:content_settings_core_browser',
848 'components.gyp:content_settings_core_common', 853 'components.gyp:content_settings_core_common',
849 'components.gyp:content_settings_core_test_support', 854 'components.gyp:content_settings_core_test_support',
850 'components.gyp:crash_test_support', 855 'components.gyp:crash_test_support',
851 'components.gyp:crx_file', 856 'components.gyp:crx_file',
852 'components.gyp:data_reduction_proxy_core_browser', 857 'components.gyp:data_reduction_proxy_core_browser',
853 'components.gyp:data_reduction_proxy_core_common', 858 'components.gyp:data_reduction_proxy_core_common',
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 'invalidation/impl/android/junit/', 1615 'invalidation/impl/android/junit/',
1611 'policy/android/junit/' 1616 'policy/android/junit/'
1612 ], 1617 ],
1613 }, 1618 },
1614 'includes': [ '../build/host_jar.gypi' ], 1619 'includes': [ '../build/host_jar.gypi' ],
1615 }, 1620 },
1616 ], 1621 ],
1617 }], 1622 }],
1618 ], 1623 ],
1619 } 1624 }
OLDNEW
« 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