Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10144015: Convert session history ui test to a browser test, renabling all the disabled tests and got rid of … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: readd history test (this isn't session history) Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/session_history_uitest.cc ('k') | content/browser/session_history_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698