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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10202005: Convert the session restore ui_tests to browser_tests. I renabled the disabled tests; hopefully the… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: renable the mac test 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
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/test/automation/proxy_launcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 708 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
709 ], 709 ],
710 'include_dirs': [ 710 'include_dirs': [
711 '..', 711 '..',
712 ], 712 ],
713 'sources': [ 713 'sources': [
714 # NOTE: DON'T ADD NEW TESTS HERE! 714 # NOTE: DON'T ADD NEW TESTS HERE!
715 # New tests should be browser_tests. browser_tests are sharded and are 715 # New tests should be browser_tests. browser_tests are sharded and are
716 # less flakier. 716 # less flakier.
717 'browser/process_singleton_linux_uitest.cc', 717 'browser/process_singleton_linux_uitest.cc',
718 'browser/sessions/session_restore_uitest.cc',
719 'browser/ui/tests/browser_uitest.cc', 718 'browser/ui/tests/browser_uitest.cc',
720 'browser/ui/webui/bookmarks_ui_uitest.cc', 719 'browser/ui/webui/bookmarks_ui_uitest.cc',
721 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', 720 'browser/ui/webui/ntp/new_tab_ui_uitest.cc',
722 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', 721 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc',
723 'browser/ui/webui/options2/options_ui2_uitest.cc', 722 'browser/ui/webui/options2/options_ui2_uitest.cc',
724 'browser/ui/webui/options2/options_ui2_uitest.h', 723 'browser/ui/webui/options2/options_ui2_uitest.h',
725 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', 724 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc',
726 'test/automation/automation_proxy_uitest.cc', 725 'test/automation/automation_proxy_uitest.cc',
727 'test/automation/automation_proxy_uitest.h', 726 'test/automation/automation_proxy_uitest.h',
728 'test/base/chrome_process_util_uitest.cc', 727 'test/base/chrome_process_util_uitest.cc',
(...skipping 3916 matching lines...) Expand 10 before | Expand all | Expand 10 after
4645 # Use outputs of this action as inputs for the main target build. 4644 # Use outputs of this action as inputs for the main target build.
4646 # Seems as a misnomer but makes this happy on Linux (scons). 4645 # Seems as a misnomer but makes this happy on Linux (scons).
4647 'process_outputs_as_sources': 1, 4646 'process_outputs_as_sources': 1,
4648 }, 4647 },
4649 ], # 'actions' 4648 ], # 'actions'
4650 }, 4649 },
4651 ] 4650 ]
4652 }], # 'coverage!=0' 4651 }], # 'coverage!=0'
4653 ], # 'conditions' 4652 ], # 'conditions'
4654 } 4653 }
OLDNEW
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/test/automation/proxy_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698