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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10161016: Convert ProcessSingleton ui_test to browser_test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/process_singleton_uitest.cc ('k') | no next file » | 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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 727 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
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',
738 'browser/session_history_uitest.cc', 737 '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',
(...skipping 22 matching lines...) Expand all
770 ], 769 ],
771 }], 770 }],
772 ['use_aura==1', { 771 ['use_aura==1', {
773 'sources!': [ 772 'sources!': [
774 'test/automation/automation_proxy_uitest.cc', 773 'test/automation/automation_proxy_uitest.cc',
775 ], 774 ],
776 'dependencies': [ 775 'dependencies': [
777 '../ui/aura/aura.gyp:aura', 776 '../ui/aura/aura.gyp:aura',
778 ], 777 ],
779 }], 778 }],
780 ['OS=="mac"', {
781 'sources!': [
782 # ProcessSingletonMac doesn't do anything.
783 'browser/process_singleton_uitest.cc',
784 ],
785 }],
786 ['OS=="win"', { 779 ['OS=="win"', {
787 'include_dirs': [ 780 'include_dirs': [
788 '<(DEPTH)/third_party/wtl/include', 781 '<(DEPTH)/third_party/wtl/include',
789 ], 782 ],
790 'dependencies': [ 783 'dependencies': [
791 'test_support_common', 784 'test_support_common',
792 '../google_update/google_update.gyp:google_update', 785 '../google_update/google_update.gyp:google_update',
793 ], 786 ],
794 'conditions': [ 787 'conditions': [
795 ['win_use_allocator_shim==1', { 788 ['win_use_allocator_shim==1', {
(...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 'browser/notifications/desktop_notifications_unittest.h', 2890 'browser/notifications/desktop_notifications_unittest.h',
2898 'browser/oom_priority_manager_browsertest.cc', 2891 'browser/oom_priority_manager_browsertest.cc',
2899 'browser/policy/device_management_service_browsertest.cc', 2892 'browser/policy/device_management_service_browsertest.cc',
2900 'browser/popup_blocker_browsertest.cc', 2893 'browser/popup_blocker_browsertest.cc',
2901 'browser/prefs/pref_service_browsertest.cc', 2894 'browser/prefs/pref_service_browsertest.cc',
2902 'browser/prerender/prefetch_browsertest.cc', 2895 'browser/prerender/prefetch_browsertest.cc',
2903 'browser/prerender/prerender_browsertest.cc', 2896 'browser/prerender/prerender_browsertest.cc',
2904 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc', 2897 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc',
2905 'browser/printing/printing_layout_browsertest.cc', 2898 'browser/printing/printing_layout_browsertest.cc',
2906 'browser/printing/print_preview_tab_controller_browsertest.cc', 2899 'browser/printing/print_preview_tab_controller_browsertest.cc',
2900 'browser/process_singleton_browsertest.cc',
2907 'browser/profiles/profile_browsertest.cc', 2901 'browser/profiles/profile_browsertest.cc',
2908 'browser/profiles/profile_manager_browsertest.cc', 2902 'browser/profiles/profile_manager_browsertest.cc',
2909 'browser/protector/default_search_provider_change_browsertest.cc', 2903 'browser/protector/default_search_provider_change_browsertest.cc',
2910 'browser/protector/protector_service_browsertest.cc', 2904 'browser/protector/protector_service_browsertest.cc',
2911 'browser/repost_form_warning_browsertest.cc', 2905 'browser/repost_form_warning_browsertest.cc',
2912 'browser/rlz/rlz_extension_apitest.cc', 2906 'browser/rlz/rlz_extension_apitest.cc',
2913 'browser/referrer_policy_browsertest.cc', 2907 'browser/referrer_policy_browsertest.cc',
2914 'browser/renderer_host/render_process_host_chrome_browsertest.cc', 2908 'browser/renderer_host/render_process_host_chrome_browsertest.cc',
2915 'browser/renderer_host/web_cache_manager_browsertest.cc', 2909 'browser/renderer_host/web_cache_manager_browsertest.cc',
2916 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', 2910 'browser/safe_browsing/safe_browsing_blocking_page_test.cc',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
3334 'chrome' 3328 'chrome'
3335 ], 3329 ],
3336 'sources': [ 3330 'sources': [
3337 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc', 3331 'browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc',
3338 '../content/renderer/external_popup_menu_browsertest.cc', 3332 '../content/renderer/external_popup_menu_browsertest.cc',
3339 ], 3333 ],
3340 'sources!': [ 3334 'sources!': [
3341 # TODO(hbono): This test depends on hunspell and we cannot run it on 3335 # TODO(hbono): This test depends on hunspell and we cannot run it on
3342 # Mac, which does not use hunspell by default. 3336 # Mac, which does not use hunspell by default.
3343 'browser/spellchecker/spellcheck_host_browsertest.cc', 3337 'browser/spellchecker/spellcheck_host_browsertest.cc',
3338 # ProcessSingletonMac doesn't do anything.
3339 'browser/process_singleton_browsertest.cc',
3344 ], 3340 ],
3345 }, { # else: OS != "mac" 3341 }, { # else: OS != "mac"
3346 'sources!': [ 3342 'sources!': [
3347 'browser/extensions/browser_action_test_util_mac.mm', 3343 'browser/extensions/browser_action_test_util_mac.mm',
3348 ], 3344 ],
3349 }], 3345 }],
3350 ['os_posix == 0 or chromeos == 1', { 3346 ['os_posix == 0 or chromeos == 1', {
3351 'sources!': [ 3347 'sources!': [
3352 'common/time_format_browsertest.cc', 3348 'common/time_format_browsertest.cc',
3353 ], 3349 ],
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
4702 # Use outputs of this action as inputs for the main target build. 4698 # Use outputs of this action as inputs for the main target build.
4703 # Seems as a misnomer but makes this happy on Linux (scons). 4699 # Seems as a misnomer but makes this happy on Linux (scons).
4704 'process_outputs_as_sources': 1, 4700 'process_outputs_as_sources': 1,
4705 }, 4701 },
4706 ], # 'actions' 4702 ], # 'actions'
4707 }, 4703 },
4708 ] 4704 ]
4709 }], # 'coverage!=0' 4705 }], # 'coverage!=0'
4710 ], # 'conditions' 4706 ], # 'conditions'
4711 } 4707 }
OLDNEW
« no previous file with comments | « chrome/browser/process_singleton_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698