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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3064017: Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1 (Closed)
Patch Set: Added button images to test shell and set flag. Created 10 years, 4 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 'browser/geolocation/geolocation_browsertest.cc', 1592 'browser/geolocation/geolocation_browsertest.cc',
1593 'browser/gtk/view_id_util_browsertest.cc', 1593 'browser/gtk/view_id_util_browsertest.cc',
1594 'browser/net/cookie_policy_browsertest.cc', 1594 'browser/net/cookie_policy_browsertest.cc',
1595 'browser/net/ftp_browsertest.cc', 1595 'browser/net/ftp_browsertest.cc',
1596 'browser/printing/print_dialog_cloud_uitest.cc', 1596 'browser/printing/print_dialog_cloud_uitest.cc',
1597 'browser/renderer_host/test/web_cache_manager_browsertest.cc', 1597 'browser/renderer_host/test/web_cache_manager_browsertest.cc',
1598 'browser/renderer_host/test/render_process_host_browsertest.cc', 1598 'browser/renderer_host/test/render_process_host_browsertest.cc',
1599 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', 1599 'browser/renderer_host/test/render_view_host_manager_browsertest.cc',
1600 'browser/safe_browsing/safe_browsing_browsertest.cc', 1600 'browser/safe_browsing/safe_browsing_browsertest.cc',
1601 'browser/sessions/session_restore_browsertest.cc', 1601 'browser/sessions/session_restore_browsertest.cc',
1602 'browser/speech/enable_speech_input_switch_browsertest.cc',
1602 'browser/ssl/ssl_browser_tests.cc', 1603 'browser/ssl/ssl_browser_tests.cc',
1603 'browser/task_manager_browsertest.cc', 1604 'browser/task_manager_browsertest.cc',
1604 'browser/views/browser_actions_container_browsertest.cc', 1605 'browser/views/browser_actions_container_browsertest.cc',
1605 'renderer/form_autocomplete_browsertest.cc', 1606 'renderer/form_autocomplete_browsertest.cc',
1606 'test/automation/dom_automation_browsertest.cc', 1607 'test/automation/dom_automation_browsertest.cc',
1607 'test/in_process_browser_test.cc', 1608 'test/in_process_browser_test.cc',
1608 'test/in_process_browser_test.h', 1609 'test/in_process_browser_test.h',
1609 'test/render_view_test.cc', 1610 'test/render_view_test.cc',
1610 'test/render_view_test.h', 1611 'test/render_view_test.h',
1611 'test/test_launcher/out_of_proc_test_runner.cc', 1612 'test/test_launcher/out_of_proc_test_runner.cc',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2738 ] 2739 ]
2739 }], # 'coverage!=0' 2740 }], # 'coverage!=0'
2740 ], # 'conditions' 2741 ], # 'conditions'
2741 } 2742 }
2742 2743
2743 # Local Variables: 2744 # Local Variables:
2744 # tab-width:2 2745 # tab-width:2
2745 # indent-tabs-mode:nil 2746 # indent-tabs-mode:nil
2746 # End: 2747 # End:
2747 # vim: set expandtab tabstop=2 shiftwidth=2: 2748 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/speech/enable_speech_input_switch_browsertest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698