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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 ], | 728 ], |
729 'include_dirs': [ | 729 'include_dirs': [ |
730 '..', | 730 '..', |
731 ], | 731 ], |
732 'sources': [ | 732 'sources': [ |
733 # NOTE: DON'T ADD NEW TESTS HERE! | 733 # NOTE: DON'T ADD NEW TESTS HERE! |
734 # New tests should be browser_tests. browser_tests are sharded and are | 734 # New tests should be browser_tests. browser_tests are sharded and are |
735 # less flakier. | 735 # less flakier. |
736 'browser/process_singleton_linux_uitest.cc', | 736 'browser/process_singleton_linux_uitest.cc', |
737 'browser/process_singleton_uitest.cc', | 737 'browser/process_singleton_uitest.cc', |
738 'browser/session_history_uitest.cc', | |
739 'browser/sessions/session_restore_uitest.cc', | 738 'browser/sessions/session_restore_uitest.cc', |
740 'browser/ui/tests/browser_uitest.cc', | 739 'browser/ui/tests/browser_uitest.cc', |
741 'browser/ui/views/find_bar_host_uitest.cc', | 740 'browser/ui/views/find_bar_host_uitest.cc', |
742 'browser/ui/webui/bookmarks_ui_uitest.cc', | 741 'browser/ui/webui/bookmarks_ui_uitest.cc', |
743 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', | 742 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', |
744 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', | 743 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', |
745 'browser/ui/webui/options2/options_ui2_uitest.cc', | 744 'browser/ui/webui/options2/options_ui2_uitest.cc', |
746 'browser/ui/webui/options2/options_ui2_uitest.h', | 745 'browser/ui/webui/options2/options_ui2_uitest.h', |
747 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', | 746 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', |
748 'test/automation/automation_proxy_uitest.cc', | 747 'test/automation/automation_proxy_uitest.cc', |
(...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3068 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', | 3067 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', |
3069 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', | 3068 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', |
3070 '../content/browser/media_browsertest.cc', | 3069 '../content/browser/media_browsertest.cc', |
3071 '../content/browser/plugin_browsertest.cc', | 3070 '../content/browser/plugin_browsertest.cc', |
3072 '../content/browser/plugin_data_remover_impl_browsertest.cc', | 3071 '../content/browser/plugin_data_remover_impl_browsertest.cc', |
3073 '../content/browser/plugin_service_impl_browsertest.cc', | 3072 '../content/browser/plugin_service_impl_browsertest.cc', |
3074 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 3073 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
3075 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 3074 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
3076 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 3075 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
3077 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 3076 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
| 3077 '../content/browser/session_history_browsertest.cc', |
3078 '../content/browser/speech/speech_recognition_browsertest.cc', | 3078 '../content/browser/speech/speech_recognition_browsertest.cc', |
3079 '../content/browser/webkit_browsertest.cc', | 3079 '../content/browser/webkit_browsertest.cc', |
3080 '../content/browser/worker_host/test/worker_browsertest.cc', | 3080 '../content/browser/worker_host/test/worker_browsertest.cc', |
3081 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', | 3081 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', |
3082 '../content/renderer/render_view_browsertest.cc', | 3082 '../content/renderer/render_view_browsertest.cc', |
3083 '../content/renderer/render_view_browsertest_mac.mm', | 3083 '../content/renderer/render_view_browsertest_mac.mm', |
3084 '../content/test/gpu/test_switches.cc', | 3084 '../content/test/gpu/test_switches.cc', |
3085 '../content/test/gpu/test_switches.h', | 3085 '../content/test/gpu/test_switches.h', |
3086 '../content/test/layout_browsertest.cc', | 3086 '../content/test/layout_browsertest.cc', |
3087 '../content/test/layout_browsertest.h', | 3087 '../content/test/layout_browsertest.h', |
(...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4702 # 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. |
4703 # Seems as a misnomer but makes this happy on Linux (scons). | 4703 # Seems as a misnomer but makes this happy on Linux (scons). |
4704 'process_outputs_as_sources': 1, | 4704 'process_outputs_as_sources': 1, |
4705 }, | 4705 }, |
4706 ], # 'actions' | 4706 ], # 'actions' |
4707 }, | 4707 }, |
4708 ] | 4708 ] |
4709 }], # 'coverage!=0' | 4709 }], # 'coverage!=0' |
4710 ], # 'conditions' | 4710 ], # 'conditions' |
4711 } | 4711 } |
OLD | NEW |