Chromium Code Reviews| 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 2201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2212 'browser/chromeos/login/mock_update_screen.h', | 2212 'browser/chromeos/login/mock_update_screen.h', |
| 2213 'browser/chromeos/login/network_screen_browsertest.cc', | 2213 'browser/chromeos/login/network_screen_browsertest.cc', |
| 2214 'browser/chromeos/login/screen_locker_browsertest.cc', | 2214 'browser/chromeos/login/screen_locker_browsertest.cc', |
| 2215 'browser/chromeos/login/screen_locker_tester.cc', | 2215 'browser/chromeos/login/screen_locker_tester.cc', |
| 2216 'browser/chromeos/login/screen_locker_tester.h', | 2216 'browser/chromeos/login/screen_locker_tester.h', |
| 2217 'browser/chromeos/login/update_screen_browsertest.cc', | 2217 'browser/chromeos/login/update_screen_browsertest.cc', |
| 2218 'browser/chromeos/login/wizard_controller_browsertest.cc', | 2218 'browser/chromeos/login/wizard_controller_browsertest.cc', |
| 2219 'browser/chromeos/login/wizard_in_process_browser_test.cc', | 2219 'browser/chromeos/login/wizard_in_process_browser_test.cc', |
| 2220 'browser/chromeos/login/wizard_in_process_browser_test.h', | 2220 'browser/chromeos/login/wizard_in_process_browser_test.h', |
| 2221 'browser/chromeos/media/media_player_browsertest.cc', | 2221 'browser/chromeos/media/media_player_browsertest.cc', |
| 2222 'browser/chromeos/network_state_notifier_browsertest.cc', | |
|
oshima
2011/09/20 01:38:28
remove this file?
zel
2011/09/20 15:27:40
Done.
| |
| 2223 'browser/chromeos/notifications/notification_browsertest.cc', | 2222 'browser/chromeos/notifications/notification_browsertest.cc', |
| 2224 'browser/chromeos/panels/panel_browsertest.cc', | 2223 'browser/chromeos/panels/panel_browsertest.cc', |
| 2225 'browser/chromeos/status/accessibility_menu_button_browsertest.cc', | 2224 'browser/chromeos/status/accessibility_menu_button_browsertest.cc', |
| 2226 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc', | 2225 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc', |
| 2227 'browser/chromeos/status/clock_menu_button_browsertest.cc', | 2226 'browser/chromeos/status/clock_menu_button_browsertest.cc', |
| 2228 'browser/chromeos/status/input_method_menu_button_browsertest.cc', | 2227 'browser/chromeos/status/input_method_menu_button_browsertest.cc', |
| 2229 'browser/chromeos/status/power_menu_button_browsertest.cc', | 2228 'browser/chromeos/status/power_menu_button_browsertest.cc', |
| 2230 'browser/chromeos/status/status_area_view_browsertest.cc', | 2229 'browser/chromeos/status/status_area_view_browsertest.cc', |
| 2231 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', | 2230 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', |
| 2232 'browser/chromeos/update_browsertest.cc', | 2231 'browser/chromeos/update_browsertest.cc', |
| (...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3909 # Use outputs of this action as inputs for the main target build. | 3908 # Use outputs of this action as inputs for the main target build. |
| 3910 # Seems as a misnomer but makes this happy on Linux (scons). | 3909 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3911 'process_outputs_as_sources': 1, | 3910 'process_outputs_as_sources': 1, |
| 3912 }, | 3911 }, |
| 3913 ], # 'actions' | 3912 ], # 'actions' |
| 3914 }, | 3913 }, |
| 3915 ] | 3914 ] |
| 3916 }], # 'coverage!=0' | 3915 }], # 'coverage!=0' |
| 3917 ], # 'conditions' | 3916 ], # 'conditions' |
| 3918 } | 3917 } |
| OLD | NEW |