OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 ], | 733 ], |
734 'sources': [ | 734 'sources': [ |
735 # NOTE: DON'T ADD NEW TESTS HERE! | 735 # NOTE: DON'T ADD NEW TESTS HERE! |
736 # New tests should be browser_tests. browser_tests are sharded and are | 736 # New tests should be browser_tests. browser_tests are sharded and are |
737 # less flakier. | 737 # less flakier. |
738 'browser/process_singleton_linux_uitest.cc', | 738 'browser/process_singleton_linux_uitest.cc', |
739 'browser/process_singleton_uitest.cc', | 739 'browser/process_singleton_uitest.cc', |
740 'browser/session_history_uitest.cc', | 740 'browser/session_history_uitest.cc', |
741 'browser/sessions/session_restore_uitest.cc', | 741 'browser/sessions/session_restore_uitest.cc', |
742 'browser/ui/tests/browser_uitest.cc', | 742 'browser/ui/tests/browser_uitest.cc', |
743 'browser/ui/views/find_bar_host_uitest.cc', | |
744 'browser/ui/webui/bookmarks_ui_uitest.cc', | 743 'browser/ui/webui/bookmarks_ui_uitest.cc', |
745 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', | 744 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', |
746 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', | 745 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', |
747 'browser/ui/webui/options2/options_ui2_uitest.cc', | 746 'browser/ui/webui/options2/options_ui2_uitest.cc', |
748 'browser/ui/webui/options2/options_ui2_uitest.h', | 747 'browser/ui/webui/options2/options_ui2_uitest.h', |
749 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', | 748 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', |
750 'test/automation/automation_proxy_uitest.cc', | 749 'test/automation/automation_proxy_uitest.cc', |
751 'test/automation/automation_proxy_uitest.h', | 750 'test/automation/automation_proxy_uitest.h', |
752 'test/base/chrome_process_util_uitest.cc', | 751 'test/base/chrome_process_util_uitest.cc', |
753 'test/reliability/automated_ui_test_test.cc', | 752 'test/reliability/automated_ui_test_test.cc', |
(...skipping 3949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4703 # Use outputs of this action as inputs for the main target build. | 4702 # Use outputs of this action as inputs for the main target build. |
4704 # Seems as a misnomer but makes this happy on Linux (scons). | 4703 # Seems as a misnomer but makes this happy on Linux (scons). |
4705 'process_outputs_as_sources': 1, | 4704 'process_outputs_as_sources': 1, |
4706 }, | 4705 }, |
4707 ], # 'actions' | 4706 ], # 'actions' |
4708 }, | 4707 }, |
4709 ] | 4708 ] |
4710 }], # 'coverage!=0' | 4709 }], # 'coverage!=0' |
4711 ], # 'conditions' | 4710 ], # 'conditions' |
4712 } | 4711 } |
OLD | NEW |