OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |