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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h', 1107 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h',
1108 'browser/ui/webui/ntp/most_visited_browsertest.cc', 1108 'browser/ui/webui/ntp/most_visited_browsertest.cc',
1109 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc', 1109 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc',
1110 'browser/ui/webui/options/autofill_options_browsertest.js', 1110 'browser/ui/webui/options/autofill_options_browsertest.js',
1111 'browser/ui/webui/options/browser_options_browsertest.js', 1111 'browser/ui/webui/options/browser_options_browsertest.js',
1112 'browser/ui/webui/options/certificate_manager_browsertest.js', 1112 'browser/ui/webui/options/certificate_manager_browsertest.js',
1113 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc' , 1113 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc' ,
1114 'browser/ui/webui/options/content_options_browsertest.js', 1114 'browser/ui/webui/options/content_options_browsertest.js',
1115 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ', 1115 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ',
1116 'browser/ui/webui/options/cookies_view_browsertest.js', 1116 'browser/ui/webui/options/cookies_view_browsertest.js',
1117 'browser/ui/webui/options/edit_dictionary_browsertest.js',
1117 'browser/ui/webui/options/font_settings_browsertest.js', 1118 'browser/ui/webui/options/font_settings_browsertest.js',
1118 'browser/ui/webui/options/language_options_browsertest.js', 1119 'browser/ui/webui/options/language_options_browsertest.js',
1119 'browser/ui/webui/options/options_browsertest.js', 1120 'browser/ui/webui/options/options_browsertest.js',
1120 'browser/ui/webui/options/options_ui_browsertest.cc', 1121 'browser/ui/webui/options/options_ui_browsertest.cc',
1121 'browser/ui/webui/options/options_ui_browsertest.h', 1122 'browser/ui/webui/options/options_ui_browsertest.h',
1122 'browser/ui/webui/options/password_manager_browsertest.js', 1123 'browser/ui/webui/options/password_manager_browsertest.js',
1123 'browser/ui/webui/options/preferences_browsertest.cc', 1124 'browser/ui/webui/options/preferences_browsertest.cc',
1124 'browser/ui/webui/options/preferences_browsertest.h', 1125 'browser/ui/webui/options/preferences_browsertest.h',
1125 'browser/ui/webui/options/search_engine_manager_browsertest.js', 1126 'browser/ui/webui/options/search_engine_manager_browsertest.js',
1126 'browser/ui/webui/options/settings_format_browsertest.js', 1127 'browser/ui/webui/options/settings_format_browsertest.js',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 'dependencies': [ 1421 'dependencies': [
1421 'chrome' 1422 'chrome'
1422 ], 1423 ],
1423 'sources': [ 1424 'sources': [
1424 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 1425 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
1425 ], 1426 ],
1426 'sources!': [ 1427 'sources!': [
1427 # TODO(hbono): This test depends on hunspell and we cannot run it on 1428 # TODO(hbono): This test depends on hunspell and we cannot run it on
1428 # Mac, which does not use hunspell by default. 1429 # Mac, which does not use hunspell by default.
1429 'browser/spellchecker/spellcheck_service_browsertest.cc', 1430 'browser/spellchecker/spellcheck_service_browsertest.cc',
1431 # TODO(rouslan): This test depends on the custom dictionary UI,
1432 # which is disabled on Mac.
1433 'browser/ui/webui/options/edit_dictionary_browsertest.js',
1430 # ProcessSingletonMac doesn't do anything. 1434 # ProcessSingletonMac doesn't do anything.
1431 'browser/process_singleton_browsertest.cc', 1435 'browser/process_singleton_browsertest.cc',
1432 # This test depends on GetCommandLineForRelaunch, which is not 1436 # This test depends on GetCommandLineForRelaunch, which is not
1433 # available on Mac. 1437 # available on Mac.
1434 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 1438 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
1435 ], 1439 ],
1436 }], 1440 }],
1437 ['os_posix == 0 or chromeos == 1', { 1441 ['os_posix == 0 or chromeos == 1', {
1438 'sources!': [ 1442 'sources!': [
1439 'common/time_format_browsertest.cc', 1443 'common/time_format_browsertest.cc',
(...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2775 'sync_integration_tests.isolate', 2779 'sync_integration_tests.isolate',
2776 ], 2780 ],
2777 'sources': [ 2781 'sources': [
2778 'sync_integration_tests.isolate', 2782 'sync_integration_tests.isolate',
2779 ], 2783 ],
2780 }, 2784 },
2781 ], 2785 ],
2782 }], 2786 }],
2783 ], # 'conditions' 2787 ], # 'conditions'
2784 } 2788 }
OLDNEW
« 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