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

Unified Diff: chrome/chrome_tests.gypi

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits and presubmit warnings. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 142639a3b9595740613e435cf9fde79ef71e3a04..5f2fcaec15c05fef4781d72e7402249402984bdc 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -539,6 +539,8 @@
'browser/ui/webui/ntp/new_tab_ui_browsertest.cc',
'browser/ui/webui/options/clear_browser_data_browsertest.cc',
'browser/ui/webui/options/content_settings_exception_area_browsertest.cc',
+ 'browser/ui/webui/options/multilanguage_options_browsertest.cc',
+ 'browser/ui/webui/options/multilanguage_options_browsertest.h',
'browser/ui/webui/options/options_browsertest.cc',
'browser/ui/webui/options/options_ui_browsertest.cc',
'browser/ui/webui/options/options_ui_browsertest.h',
@@ -903,6 +905,7 @@
'browser/ui/webui/options/language_options_browsertest.js',
'browser/ui/webui/options/language_options_dictionary_download_browsertest.js',
'browser/ui/webui/options/manage_profile_browsertest.js',
+ 'browser/ui/webui/options/multilanguage_options_webui_browsertest.js',
'browser/ui/webui/options/options_browsertest.js',
'browser/ui/webui/options/options_browsertest_base.js',
'browser/ui/webui/options/password_manager_browsertest.js',
@@ -2368,6 +2371,9 @@
'renderer/safe_browsing/phishing_classifier_browsertest.cc',
'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
+ # This tests the language options UI features that do not exist on
+ # Mac.
+ 'browser/ui/webui/options/multilanguage_options_webui_browsertest.js',
],
}], # OS=="mac"
['OS=="mac" or OS=="win"', {
« no previous file with comments | « chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698