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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10548022: Synchronize the check status of the "Check Spelling While Typing" item. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
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 2858 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 'browser/sessions/session_restore_browsertest.cc', 2869 'browser/sessions/session_restore_browsertest.cc',
2870 'browser/sessions/tab_restore_service_browsertest.cc', 2870 'browser/sessions/tab_restore_service_browsertest.cc',
2871 'browser/speech/extension_api/tts_extension_apitest.cc', 2871 'browser/speech/extension_api/tts_extension_apitest.cc',
2872 'browser/speech/speech_input_extension_apitest.cc', 2872 'browser/speech/speech_input_extension_apitest.cc',
2873 'browser/speech/speech_recognition_bubble_browsertest.cc', 2873 'browser/speech/speech_recognition_bubble_browsertest.cc',
2874 'browser/spellchecker/spellcheck_host_browsertest.cc', 2874 'browser/spellchecker/spellcheck_host_browsertest.cc',
2875 'browser/ssl/ssl_browser_tests.cc', 2875 'browser/ssl/ssl_browser_tests.cc',
2876 'browser/tab_contents/render_view_context_menu_browsertest.cc', 2876 'browser/tab_contents/render_view_context_menu_browsertest.cc',
2877 'browser/tab_contents/render_view_context_menu_browsertest_util.cc', 2877 'browser/tab_contents/render_view_context_menu_browsertest_util.cc',
2878 'browser/tab_contents/render_view_context_menu_browsertest_util.h', 2878 'browser/tab_contents/render_view_context_menu_browsertest_util.h',
2879 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc',
2879 'browser/tab_contents/spelling_menu_observer_browsertest.cc', 2880 'browser/tab_contents/spelling_menu_observer_browsertest.cc',
2880 'browser/tab_contents/view_source_browsertest.cc', 2881 'browser/tab_contents/view_source_browsertest.cc',
2881 'browser/tab_restore_browsertest.cc', 2882 'browser/tab_restore_browsertest.cc',
2882 'browser/task_manager/task_manager_browsertest.cc', 2883 'browser/task_manager/task_manager_browsertest.cc',
2883 'browser/task_manager/task_manager_browsertest_util.cc', 2884 'browser/task_manager/task_manager_browsertest_util.cc',
2884 'browser/task_manager/task_manager_browsertest_util.h', 2885 'browser/task_manager/task_manager_browsertest_util.h',
2885 'browser/task_manager/task_manager_notification_browsertest.cc', 2886 'browser/task_manager/task_manager_notification_browsertest.cc',
2886 'browser/translate/translate_manager_browsertest.cc', 2887 'browser/translate/translate_manager_browsertest.cc',
2887 'browser/ui/browser_browsertest.cc', 2888 'browser/ui/browser_browsertest.cc',
2888 'browser/ui/browser_close_browsertest.cc', 2889 'browser/ui/browser_close_browsertest.cc',
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after
4680 # Use outputs of this action as inputs for the main target build. 4681 # Use outputs of this action as inputs for the main target build.
4681 # Seems as a misnomer but makes this happy on Linux (scons). 4682 # Seems as a misnomer but makes this happy on Linux (scons).
4682 'process_outputs_as_sources': 1, 4683 'process_outputs_as_sources': 1,
4683 }, 4684 },
4684 ], # 'actions' 4685 ], # 'actions'
4685 }, 4686 },
4686 ] 4687 ]
4687 }], # 'coverage!=0' 4688 }], # 'coverage!=0'
4688 ], # 'conditions' 4689 ], # 'conditions'
4689 } 4690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698