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

Unified Diff: chrome/chrome_tests.gypi

Issue 11308076: Browser-tests for editing the dictionary on chrome://settings/editDictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@dictionary
Patch Set: Created 8 years, 1 month 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/edit_dictionary_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 1ebfcf60a63d752d29ca7df473161ee23a086336..cf81b0d90bc7aeee3e24820ace0830a0924eec38 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1114,6 +1114,7 @@
'browser/ui/webui/options/content_options_browsertest.js',
'browser/ui/webui/options/content_settings_exception_area_browsertest.js',
'browser/ui/webui/options/cookies_view_browsertest.js',
+ 'browser/ui/webui/options/edit_dictionary_browsertest.js',
'browser/ui/webui/options/font_settings_browsertest.js',
'browser/ui/webui/options/language_options_browsertest.js',
'browser/ui/webui/options/options_browsertest.js',
@@ -1427,6 +1428,9 @@
# TODO(hbono): This test depends on hunspell and we cannot run it on
# Mac, which does not use hunspell by default.
'browser/spellchecker/spellcheck_service_browsertest.cc',
+ # TODO(rouslan): This test depends on the custom dictionary UI,
+ # which is disabled on Mac.
+ 'browser/ui/webui/options/edit_dictionary_browsertest.js',
# ProcessSingletonMac doesn't do anything.
'browser/process_singleton_browsertest.cc',
# This test depends on GetCommandLineForRelaunch, which is not
« no previous file with comments | « chrome/browser/ui/webui/options/edit_dictionary_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698