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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1919203002: Rename notification interactive_ui_tests to "*_interactive_uitest.cc" to avoid confusion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rename Created 4 years, 7 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1763 'conditions': [ 1763 'conditions': [
1764 ['chromeos == 1', { 1764 ['chromeos == 1', {
1765 'sources': [ 1765 'sources': [
1766 'browser/notifications/login_state_notification_blocker_chromeos _browsertest.cc', 1766 'browser/notifications/login_state_notification_blocker_chromeos _browsertest.cc',
1767 ], 1767 ],
1768 }, { 1768 }, {
1769 # Non-ChromeOS notifications tests (ChromeOS does not use 1769 # Non-ChromeOS notifications tests (ChromeOS does not use
1770 # cross-platform panels). 1770 # cross-platform panels).
1771 'sources': [ 1771 'sources': [
1772 # Note: List duplicated in GN build. 1772 # Note: List duplicated in GN build.
1773 'browser/notifications/notification_browsertest.cc', 1773 'browser/notifications/notification_interactive_uitest.cc',
1774 'browser/notifications/platform_notification_service_browsertest .cc', 1774 'browser/notifications/platform_notification_service_interactive _uitest.cc',
1775 ], 1775 ],
1776 }], 1776 }],
1777 ['OS=="android"', { 1777 ['OS=="android"', {
1778 'sources!': [ 1778 'sources!': [
1779 # Note: List duplicated in GN build. 1779 # Note: List duplicated in GN build.
1780 1780
1781 # Android does not use the message center-based Notification sys tem. 1781 # Android does not use the message center-based Notification sys tem.
1782 'browser/notifications/message_center_notifications_browsertest. cc', 1782 'browser/notifications/message_center_notifications_browsertest. cc',
1783 1783
1784 # TODO(peter): Enable the Notification browser tests. 1784 # TODO(peter): Enable the Notification browser tests.
1785 'browser/notifications/notification_browsertest.cc', 1785 'browser/notifications/notification_ui_browsertest.cc',
1786 'browser/notifications/platform_notification_service_browsertest .cc', 1786 'browser/notifications/platform_notification_service_ui_browsert est.cc',
1787 ] 1787 ]
1788 }], 1788 }],
1789 ], 1789 ],
1790 }], 1790 }],
1791 ['toolkit_views==1', { 1791 ['toolkit_views==1', {
1792 'sources': [ '<@(chrome_interactive_ui_test_views_sources)' ], 1792 'sources': [ '<@(chrome_interactive_ui_test_views_sources)' ],
1793 'dependencies': [ 1793 'dependencies': [
1794 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support ', 1794 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support ',
1795 '../ui/views/views.gyp:views', 1795 '../ui/views/views.gyp:views',
1796 '../ui/views/views.gyp:views_test_support', 1796 '../ui/views/views.gyp:views_test_support',
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'browser', 3592 'browser',
3593 ], 3593 ],
3594 'sources': [ 3594 'sources': [
3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3597 ], 3597 ],
3598 }] 3598 }]
3599 }], 3599 }],
3600 ], # 'conditions' 3600 ], # 'conditions'
3601 } 3601 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/platform_notification_service_interactive_uitest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698