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

Unified Diff: chrome/chrome_tests.gypi

Issue 1647723002: [win/cros/lin] Add back the spellcheck menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 4158baa8d5dc4f69be5bfcdf5725361b2306c9b4..d001d9a771eb16f958842e6724ad95aea1d1e109 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -390,6 +390,8 @@
'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
'browser/renderer_context_menu/render_view_context_menu_test_util.h',
'browser/renderer_context_menu/spelling_menu_observer_browsertest.cc',
+ 'browser/renderer_context_menu/mock_render_view_context_menu.cc',
+ 'browser/renderer_context_menu/mock_render_view_context_menu.h',
'browser/renderer_host/chrome_resource_dispatcher_host_delegate_browsertest.cc',
'browser/renderer_host/render_process_host_chrome_browsertest.cc',
'browser/repost_form_warning_browsertest.cc',
@@ -642,6 +644,10 @@
# This assumes the AppListService is views-based.
'browser/ui/app_list/app_list_service_views_browsertest.cc',
+ # This test is for the spelling options submenu that's only for Windows,
+ # ChromeOS, and Linux.
+ 'browser/renderer_context_menu/spelling_options_submenu_observer_browsertest.cc',
+
# TODO(tapted): Move these to chrome_browser_tests_views_sources when the
# the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of
# chrome_browser_ui_views_non_mac_sources). http://crbug.com/404979.

Powered by Google App Engine
This is Rietveld 408576698