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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1864423002: ToolbarButton: Reset menu runner before deleting its menu's delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ViewEventTestBase fix Created 4 years, 8 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 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', 1180 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc',
1181 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c c', 1181 'browser/ui/views/location_bar/page_action_image_view_interactive_uitest.c c',
1182 'browser/ui/views/location_bar/star_view_browsertest.cc', 1182 'browser/ui/views/location_bar/star_view_browsertest.cc',
1183 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', 1183 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc',
1184 'browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uites t.cc', 1184 'browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uites t.cc',
1185 'browser/ui/views/passwords/manage_passwords_icon_view_interactive_uitest. cc', 1185 'browser/ui/views/passwords/manage_passwords_icon_view_interactive_uitest. cc',
1186 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 1186 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
1187 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', 1187 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc',
1188 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', 1188 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h',
1189 'browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc', 1189 'browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc',
1190 'browser/ui/views/toolbar/toolbar_button_interactive_uitest.cc',
1190 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', 1191 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc',
1191 'browser/ui/views/translate/translate_bubble_test_utils_views.cc', 1192 'browser/ui/views/translate/translate_bubble_test_utils_views.cc',
1192 'test/base/interactive_test_utils_views.cc', 1193 'test/base/interactive_test_utils_views.cc',
1193 ], 1194 ],
1194 'chrome_interactive_ui_test_notifications_sources': [ 1195 'chrome_interactive_ui_test_notifications_sources': [
1195 'browser/extensions/api/notifications/notifications_apitest.cc', 1196 'browser/extensions/api/notifications/notifications_apitest.cc',
1196 'browser/notifications/message_center_notifications_browsertest.cc', 1197 'browser/notifications/message_center_notifications_browsertest.cc',
1197 ], 1198 ],
1198 'chrome_interactive_ui_test_chromeos_sources': [ 1199 'chrome_interactive_ui_test_chromeos_sources': [
1199 '../ash/accelerators/accelerator_interactive_uitest_chromeos.cc', 1200 '../ash/accelerators/accelerator_interactive_uitest_chromeos.cc',
(...skipping 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 'browser', 3611 'browser',
3611 ], 3612 ],
3612 'sources': [ 3613 'sources': [
3613 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3614 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3614 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3615 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3615 ], 3616 ],
3616 }] 3617 }]
3617 }], 3618 }],
3618 ], # 'conditions' 3619 ], # 'conditions'
3619 } 3620 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_button_interactive_uitest.cc ('k') | chrome/test/base/view_event_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698