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

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: Refactored some tests and addressed comments. Created 5 years, 6 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 f4456ed30fd829750d67bf38032bf3c52117db0c..d1d9d7c580aacdf24ede9f56971b7230e5d97353 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -534,6 +534,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_webui_browsertest.cc',
+ 'browser/ui/webui/options/multilanguage_options_webui_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',
@@ -882,6 +884,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',
@@ -2346,6 +2349,8 @@
'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 LanguageOptions UI which is not used on Mac.
please use gerrit instead 2015/06/17 17:47:16 "This tests the language options UI features that
Julius 2015/06/17 20:14:46 Done.
+ 'browser/ui/webui/options/multilanguage_options_webui_browsertest.js',
],
}], # OS=="mac"
['OS=="mac" or OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698