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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10082001: Convert the logging ui_test to a 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/logging_chrome_browsertest.cc ('k') | chrome/common/logging_chrome_uitest.cc » ('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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'browser/session_history_uitest.cc', 769 'browser/session_history_uitest.cc',
770 'browser/sessions/session_restore_uitest.cc', 770 'browser/sessions/session_restore_uitest.cc',
771 'browser/ui/tests/browser_uitest.cc', 771 'browser/ui/tests/browser_uitest.cc',
772 'browser/ui/views/find_bar_host_uitest.cc', 772 'browser/ui/views/find_bar_host_uitest.cc',
773 'browser/ui/webui/bookmarks_ui_uitest.cc', 773 'browser/ui/webui/bookmarks_ui_uitest.cc',
774 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', 774 'browser/ui/webui/ntp/new_tab_ui_uitest.cc',
775 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc', 775 'browser/ui/webui/options2/chromeos/guest_mode_options_ui2_uitest.cc',
776 'browser/ui/webui/options2/options_ui2_uitest.cc', 776 'browser/ui/webui/options2/options_ui2_uitest.cc',
777 'browser/ui/webui/options2/options_ui2_uitest.h', 777 'browser/ui/webui/options2/options_ui2_uitest.h',
778 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc', 778 'browser/ui/webui/print_preview/print_preview_ui_uitest.cc',
779 'common/logging_chrome_uitest.cc',
780 'renderer/external_extension_uitest.cc', 779 'renderer/external_extension_uitest.cc',
781 'renderer/loadtimes_extension_bindings_uitest.cc', 780 'renderer/loadtimes_extension_bindings_uitest.cc',
782 'test/automation/automation_proxy_uitest.cc', 781 'test/automation/automation_proxy_uitest.cc',
783 'test/automation/automation_proxy_uitest.h', 782 'test/automation/automation_proxy_uitest.h',
784 'test/automation/extension_proxy_uitest.cc', 783 'test/automation/extension_proxy_uitest.cc',
785 'test/base/chrome_process_util_uitest.cc', 784 'test/base/chrome_process_util_uitest.cc',
786 'test/reliability/automated_ui_test_test.cc', 785 'test/reliability/automated_ui_test_test.cc',
787 'test/ui/history_uitest.cc', 786 'test/ui/history_uitest.cc',
788 'test/ui/layout_plugin_uitest.cc', 787 'test/ui/layout_plugin_uitest.cc',
789 'test/ui/named_interface_uitest.cc', 788 'test/ui/named_interface_uitest.cc',
(...skipping 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'browser/geolocation/geolocation_browsertest.cc', 2877 'browser/geolocation/geolocation_browsertest.cc',
2879 'browser/history/history_browsertest.cc', 2878 'browser/history/history_browsertest.cc',
2880 'browser/history/history_extension_apitest.cc', 2879 'browser/history/history_extension_apitest.cc',
2881 'browser/history/multipart_browsertest.cc', 2880 'browser/history/multipart_browsertest.cc',
2882 'browser/history/redirect_browsertest.cc', 2881 'browser/history/redirect_browsertest.cc',
2883 'browser/history/top_sites_extension_test.cc', 2882 'browser/history/top_sites_extension_test.cc',
2884 'browser/iframe_browsertest.cc', 2883 'browser/iframe_browsertest.cc',
2885 'browser/infobars/infobar_extension_apitest.cc', 2884 'browser/infobars/infobar_extension_apitest.cc',
2886 'browser/importer/toolbar_importer_utils_browsertest.cc', 2885 'browser/importer/toolbar_importer_utils_browsertest.cc',
2887 'browser/locale_tests_browsertest.cc', 2886 'browser/locale_tests_browsertest.cc',
2887 'browser/logging_chrome_browsertest.cc',
2888 'browser/metrics/metrics_service_browsertest.cc', 2888 'browser/metrics/metrics_service_browsertest.cc',
2889 'browser/net/cookie_policy_browsertest.cc', 2889 'browser/net/cookie_policy_browsertest.cc',
2890 'browser/net/ftp_browsertest.cc', 2890 'browser/net/ftp_browsertest.cc',
2891 'browser/net/load_timing_observer_browsertest.cc', 2891 'browser/net/load_timing_observer_browsertest.cc',
2892 'browser/notifications/desktop_notifications_unittest.cc', 2892 'browser/notifications/desktop_notifications_unittest.cc',
2893 'browser/notifications/desktop_notifications_unittest.h', 2893 'browser/notifications/desktop_notifications_unittest.h',
2894 'browser/oom_priority_manager_browsertest.cc', 2894 'browser/oom_priority_manager_browsertest.cc',
2895 'browser/policy/device_management_service_browsertest.cc', 2895 'browser/policy/device_management_service_browsertest.cc',
2896 'browser/popup_blocker_browsertest.cc', 2896 'browser/popup_blocker_browsertest.cc',
2897 'browser/prefs/pref_service_browsertest.cc', 2897 'browser/prefs/pref_service_browsertest.cc',
(...skipping 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after
4700 # Use outputs of this action as inputs for the main target build. 4700 # Use outputs of this action as inputs for the main target build.
4701 # Seems as a misnomer but makes this happy on Linux (scons). 4701 # Seems as a misnomer but makes this happy on Linux (scons).
4702 'process_outputs_as_sources': 1, 4702 'process_outputs_as_sources': 1,
4703 }, 4703 },
4704 ], # 'actions' 4704 ], # 'actions'
4705 }, 4705 },
4706 ] 4706 ]
4707 }], # 'coverage!=0' 4707 }], # 'coverage!=0'
4708 ], # 'conditions' 4708 ], # 'conditions'
4709 } 4709 }
OLDNEW
« no previous file with comments | « chrome/browser/logging_chrome_browsertest.cc ('k') | chrome/common/logging_chrome_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698