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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7753029: Add a button on status bar to indicate that accessibility is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed files already committed in advance Created 9 years, 3 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2396 matching lines...) Expand 10 before | Expand all | Expand 10 after
2407 'browser/chromeos/login/screen_locker_tester.cc', 2407 'browser/chromeos/login/screen_locker_tester.cc',
2408 'browser/chromeos/login/screen_locker_tester.h', 2408 'browser/chromeos/login/screen_locker_tester.h',
2409 'browser/chromeos/login/update_screen_browsertest.cc', 2409 'browser/chromeos/login/update_screen_browsertest.cc',
2410 'browser/chromeos/login/wizard_controller_browsertest.cc', 2410 'browser/chromeos/login/wizard_controller_browsertest.cc',
2411 'browser/chromeos/login/wizard_in_process_browser_test.cc', 2411 'browser/chromeos/login/wizard_in_process_browser_test.cc',
2412 'browser/chromeos/login/wizard_in_process_browser_test.h', 2412 'browser/chromeos/login/wizard_in_process_browser_test.h',
2413 'browser/chromeos/media/media_player_browsertest.cc', 2413 'browser/chromeos/media/media_player_browsertest.cc',
2414 'browser/chromeos/network_state_notifier_browsertest.cc', 2414 'browser/chromeos/network_state_notifier_browsertest.cc',
2415 'browser/chromeos/notifications/notification_browsertest.cc', 2415 'browser/chromeos/notifications/notification_browsertest.cc',
2416 'browser/chromeos/panels/panel_browsertest.cc', 2416 'browser/chromeos/panels/panel_browsertest.cc',
2417 'browser/chromeos/status/accessibility_menu_button_browsertest.cc',
2417 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc', 2418 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc',
2418 'browser/chromeos/status/clock_menu_button_browsertest.cc', 2419 'browser/chromeos/status/clock_menu_button_browsertest.cc',
2419 'browser/chromeos/status/input_method_menu_button_browsertest.cc', 2420 'browser/chromeos/status/input_method_menu_button_browsertest.cc',
2420 'browser/chromeos/status/power_menu_button_browsertest.cc', 2421 'browser/chromeos/status/power_menu_button_browsertest.cc',
2421 'browser/chromeos/status/status_area_view_browsertest.cc', 2422 'browser/chromeos/status/status_area_view_browsertest.cc',
2422 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', 2423 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc',
2423 'browser/chromeos/update_browsertest.cc', 2424 'browser/chromeos/update_browsertest.cc',
2424 'browser/content_settings/content_settings_browsertest.cc', 2425 'browser/content_settings/content_settings_browsertest.cc',
2425 'browser/crash_recovery_browsertest.cc', 2426 'browser/crash_recovery_browsertest.cc',
2426 'browser/custom_handlers/protocol_handler_registry_browsertest.cc', 2427 'browser/custom_handlers/protocol_handler_registry_browsertest.cc',
(...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after
4124 # Use outputs of this action as inputs for the main target build. 4125 # Use outputs of this action as inputs for the main target build.
4125 # Seems as a misnomer but makes this happy on Linux (scons). 4126 # Seems as a misnomer but makes this happy on Linux (scons).
4126 'process_outputs_as_sources': 1, 4127 'process_outputs_as_sources': 1,
4127 }, 4128 },
4128 ], # 'actions' 4129 ], # 'actions'
4129 }, 4130 },
4130 ] 4131 ]
4131 }], # 'coverage!=0' 4132 }], # 'coverage!=0'
4132 ], # 'conditions' 4133 ], # 'conditions'
4133 } 4134 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698