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 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2224 'browser/chromeos/login/mock_update_screen.h', | 2224 'browser/chromeos/login/mock_update_screen.h', |
2225 'browser/chromeos/login/network_screen_browsertest.cc', | 2225 'browser/chromeos/login/network_screen_browsertest.cc', |
2226 'browser/chromeos/login/screen_locker_browsertest.cc', | 2226 'browser/chromeos/login/screen_locker_browsertest.cc', |
2227 'browser/chromeos/login/screen_locker_tester.cc', | 2227 'browser/chromeos/login/screen_locker_tester.cc', |
2228 'browser/chromeos/login/screen_locker_tester.h', | 2228 'browser/chromeos/login/screen_locker_tester.h', |
2229 'browser/chromeos/login/update_screen_browsertest.cc', | 2229 'browser/chromeos/login/update_screen_browsertest.cc', |
2230 'browser/chromeos/login/wizard_controller_browsertest.cc', | 2230 'browser/chromeos/login/wizard_controller_browsertest.cc', |
2231 'browser/chromeos/login/wizard_in_process_browser_test.cc', | 2231 'browser/chromeos/login/wizard_in_process_browser_test.cc', |
2232 'browser/chromeos/login/wizard_in_process_browser_test.h', | 2232 'browser/chromeos/login/wizard_in_process_browser_test.h', |
2233 'browser/chromeos/media/media_player_browsertest.cc', | 2233 'browser/chromeos/media/media_player_browsertest.cc', |
2234 'browser/chromeos/network_state_notifier_browsertest.cc', | |
2235 'browser/chromeos/notifications/notification_browsertest.cc', | 2234 'browser/chromeos/notifications/notification_browsertest.cc', |
2236 'browser/chromeos/panels/panel_browsertest.cc', | 2235 'browser/chromeos/panels/panel_browsertest.cc', |
2237 'browser/chromeos/status/accessibility_menu_button_browsertest.cc', | 2236 'browser/chromeos/status/accessibility_menu_button_browsertest.cc', |
2238 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc', | 2237 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc', |
2239 'browser/chromeos/status/clock_menu_button_browsertest.cc', | 2238 'browser/chromeos/status/clock_menu_button_browsertest.cc', |
2240 'browser/chromeos/status/input_method_menu_button_browsertest.cc', | 2239 'browser/chromeos/status/input_method_menu_button_browsertest.cc', |
2241 'browser/chromeos/status/power_menu_button_browsertest.cc', | 2240 'browser/chromeos/status/power_menu_button_browsertest.cc', |
2242 'browser/chromeos/status/status_area_view_browsertest.cc', | 2241 'browser/chromeos/status/status_area_view_browsertest.cc', |
2243 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', | 2242 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', |
2244 'browser/chromeos/update_browsertest.cc', | 2243 'browser/chromeos/update_browsertest.cc', |
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3920 # Use outputs of this action as inputs for the main target build. | 3919 # Use outputs of this action as inputs for the main target build. |
3921 # Seems as a misnomer but makes this happy on Linux (scons). | 3920 # Seems as a misnomer but makes this happy on Linux (scons). |
3922 'process_outputs_as_sources': 1, | 3921 'process_outputs_as_sources': 1, |
3923 }, | 3922 }, |
3924 ], # 'actions' | 3923 ], # 'actions' |
3925 }, | 3924 }, |
3926 ] | 3925 ] |
3927 }], # 'coverage!=0' | 3926 }], # 'coverage!=0' |
3928 ], # 'conditions' | 3927 ], # 'conditions' |
3929 } | 3928 } |
OLD | NEW |