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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2123653006: Rename PermissionBubbleRequest to PermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_manager_rename
Patch Set: PermissionBubbleType -> PermissionRequestType Created 4 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 'browser/media/fake_desktop_media_list.cc', 1766 'browser/media/fake_desktop_media_list.cc',
1767 'browser/media/fake_desktop_media_list.h', 1767 'browser/media/fake_desktop_media_list.h',
1768 'browser/net/dns_probe_test_util.cc', 1768 'browser/net/dns_probe_test_util.cc',
1769 'browser/net/dns_probe_test_util.h', 1769 'browser/net/dns_probe_test_util.h',
1770 'browser/net/url_request_mock_util.cc', 1770 'browser/net/url_request_mock_util.cc',
1771 'browser/net/url_request_mock_util.h', 1771 'browser/net/url_request_mock_util.h',
1772 'browser/notifications/notification_test_util.cc', 1772 'browser/notifications/notification_test_util.cc',
1773 'browser/notifications/notification_test_util.h', 1773 'browser/notifications/notification_test_util.h',
1774 'browser/notifications/stub_notification_platform_bridge.cc', 1774 'browser/notifications/stub_notification_platform_bridge.cc',
1775 'browser/notifications/stub_notification_platform_bridge.h', 1775 'browser/notifications/stub_notification_platform_bridge.h',
1776 'browser/permissions/mock_permission_request.cc',
1777 'browser/permissions/mock_permission_request.h',
1776 'browser/policy/test/local_policy_test_server.cc', 1778 'browser/policy/test/local_policy_test_server.cc',
1777 'browser/policy/test/local_policy_test_server.h', 1779 'browser/policy/test/local_policy_test_server.h',
1778 'browser/profile_resetter/profile_resetter_test_base.cc', 1780 'browser/profile_resetter/profile_resetter_test_base.cc',
1779 'browser/profile_resetter/profile_resetter_test_base.h', 1781 'browser/profile_resetter/profile_resetter_test_base.h',
1780 'browser/search_engines/template_url_service_factory_test_util.cc', 1782 'browser/search_engines/template_url_service_factory_test_util.cc',
1781 'browser/search_engines/template_url_service_factory_test_util.h', 1783 'browser/search_engines/template_url_service_factory_test_util.h',
1782 'browser/search_engines/template_url_service_test_util.cc', 1784 'browser/search_engines/template_url_service_test_util.cc',
1783 'browser/search_engines/template_url_service_test_util.h', 1785 'browser/search_engines/template_url_service_test_util.h',
1784 'browser/sessions/session_restore_test_helper.cc', 1786 'browser/sessions/session_restore_test_helper.cc',
1785 'browser/sessions/session_restore_test_helper.h', 1787 'browser/sessions/session_restore_test_helper.h',
(...skipping 29 matching lines...) Expand all
1815 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', 1817 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc',
1816 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', 1818 'browser/ui/passwords/manage_passwords_ui_controller_mock.h',
1817 'browser/ui/passwords/password_dialog_controller_mock.cc', 1819 'browser/ui/passwords/password_dialog_controller_mock.cc',
1818 'browser/ui/passwords/password_dialog_controller_mock.h', 1820 'browser/ui/passwords/password_dialog_controller_mock.h',
1819 'browser/ui/test/test_confirm_bubble_model.cc', 1821 'browser/ui/test/test_confirm_bubble_model.cc',
1820 'browser/ui/test/test_confirm_bubble_model.h', 1822 'browser/ui/test/test_confirm_bubble_model.h',
1821 'browser/ui/toolbar/test_toolbar_action_view_controller.cc', 1823 'browser/ui/toolbar/test_toolbar_action_view_controller.cc',
1822 'browser/ui/toolbar/test_toolbar_action_view_controller.h', 1824 'browser/ui/toolbar/test_toolbar_action_view_controller.h',
1823 'browser/ui/views/find_bar_host_unittest_util_views.cc', 1825 'browser/ui/views/find_bar_host_unittest_util_views.cc',
1824 'browser/ui/views/toolbar/browser_action_test_util_views.cc', 1826 'browser/ui/views/toolbar/browser_action_test_util_views.cc',
1825 'browser/ui/website_settings/mock_permission_bubble_request.cc',
1826 'browser/ui/website_settings/mock_permission_bubble_request.h',
1827 'renderer/chrome_mock_render_thread.cc', 1827 'renderer/chrome_mock_render_thread.cc',
1828 'renderer/chrome_mock_render_thread.h', 1828 'renderer/chrome_mock_render_thread.h',
1829 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 1829 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
1830 'renderer/safe_browsing/mock_feature_extractor_clock.h', 1830 'renderer/safe_browsing/mock_feature_extractor_clock.h',
1831 'renderer/safe_browsing/test_utils.cc', 1831 'renderer/safe_browsing/test_utils.cc',
1832 'renderer/safe_browsing/test_utils.h', 1832 'renderer/safe_browsing/test_utils.h',
1833 'test/base/chrome_process_util.cc', 1833 'test/base/chrome_process_util.cc',
1834 'test/base/chrome_process_util.h', 1834 'test/base/chrome_process_util.h',
1835 'test/base/chrome_process_util_mac.cc', 1835 'test/base/chrome_process_util_mac.cc',
1836 'test/base/chrome_render_view_host_test_harness.cc', 1836 'test/base/chrome_render_view_host_test_harness.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 # TODO(ios): Add files here as they are updated to compile on iOS. 1919 # TODO(ios): Add files here as they are updated to compile on iOS.
1920 ['include', '^test/base/chrome_test_suite\\.cc$'], 1920 ['include', '^test/base/chrome_test_suite\\.cc$'],
1921 ['include', '^test/base/chrome_unit_test_suite\\.cc$'], 1921 ['include', '^test/base/chrome_unit_test_suite\\.cc$'],
1922 ['include', '^test/base/testing_browser_process'], 1922 ['include', '^test/base/testing_browser_process'],
1923 ], 1923 ],
1924 }], 1924 }],
1925 ['OS=="ios" or OS=="android"', { 1925 ['OS=="ios" or OS=="android"', {
1926 'sources!': [ 1926 'sources!': [
1927 'browser/chooser_controller/mock_chooser_controller.cc', 1927 'browser/chooser_controller/mock_chooser_controller.cc',
1928 'browser/chooser_controller/mock_chooser_controller.h', 1928 'browser/chooser_controller/mock_chooser_controller.h',
1929 'browser/permissions/mock_permission_request.cc',
1930 'browser/permissions/mock_permission_request.h',
1929 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', 1931 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc',
1930 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', 1932 'browser/ui/passwords/manage_passwords_ui_controller_mock.h',
1931 'browser/ui/passwords/password_dialog_controller_mock.cc', 1933 'browser/ui/passwords/password_dialog_controller_mock.cc',
1932 'browser/ui/passwords/password_dialog_controller_mock.h', 1934 'browser/ui/passwords/password_dialog_controller_mock.h',
1933 'browser/ui/website_settings/mock_permission_bubble_request.cc',
1934 'browser/ui/website_settings/mock_permission_bubble_request.h',
1935 ] 1935 ]
1936 }], 1936 }],
1937 ['OS=="android"', { 1937 ['OS=="android"', {
1938 'dependencies!': [ 1938 'dependencies!': [
1939 '../ui/message_center/message_center.gyp:message_center_test_support ', 1939 '../ui/message_center/message_center.gyp:message_center_test_support ',
1940 ], 1940 ],
1941 'sources!': [ 1941 'sources!': [
1942 'browser/download/test_download_shelf.cc', 1942 'browser/download/test_download_shelf.cc',
1943 'browser/download/test_download_shelf.h', 1943 'browser/download/test_download_shelf.h',
1944 'browser/profile_resetter/profile_resetter_test_base.cc', 1944 'browser/profile_resetter/profile_resetter_test_base.cc',
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
3022 'dependencies': [ 3022 'dependencies': [
3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3024 ], 3024 ],
3025 }], 3025 }],
3026 ], 3026 ],
3027 }, 3027 },
3028 ], 3028 ],
3029 }], 3029 }],
3030 ], # 'conditions' 3030 ], # 'conditions'
3031 } 3031 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698