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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9802025: Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, browser_tests are faster, le… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to revision with blank line at end of worker-utils.js to see if this patches on bots 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 | « DEPS ('k') | chrome/test/base/layout_test_http_server.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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'test/base/chrome_process_util_uitest.cc', 829 'test/base/chrome_process_util_uitest.cc',
830 'test/reliability/automated_ui_test_test.cc', 830 'test/reliability/automated_ui_test_test.cc',
831 'test/ui/history_uitest.cc', 831 'test/ui/history_uitest.cc',
832 'test/ui/layout_plugin_uitest.cc', 832 'test/ui/layout_plugin_uitest.cc',
833 'test/ui/named_interface_uitest.cc', 833 'test/ui/named_interface_uitest.cc',
834 'test/ui/npapi_uitest.cc', 834 'test/ui/npapi_uitest.cc',
835 'test/ui/sandbox_uitests.cc', 835 'test/ui/sandbox_uitests.cc',
836 '../content/browser/appcache/appcache_ui_test.cc', 836 '../content/browser/appcache/appcache_ui_test.cc',
837 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 837 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
838 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 838 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
839 '../content/worker/test/worker_uitest.cc',
840 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION. 839 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION.
841 ], 840 ],
842 'conditions': [ 841 'conditions': [
843 ['target_arch!="arm"', { 842 ['target_arch!="arm"', {
844 'dependencies': [ 843 'dependencies': [
845 '../webkit/webkit.gyp:copy_npapi_test_plugin', 844 '../webkit/webkit.gyp:copy_npapi_test_plugin',
846 ], 845 ],
847 }], 846 }],
848 ['toolkit_uses_gtk == 1', { 847 ['toolkit_uses_gtk == 1', {
849 'dependencies': [ 848 'dependencies': [
(...skipping 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after
2867 'renderer/content_settings_observer_browsertest.cc', 2866 'renderer/content_settings_observer_browsertest.cc',
2868 'renderer/page_click_tracker_browsertest.cc', 2867 'renderer/page_click_tracker_browsertest.cc',
2869 'renderer/print_web_view_helper_browsertest.cc', 2868 'renderer/print_web_view_helper_browsertest.cc',
2870 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2869 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2871 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2870 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2872 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2871 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2873 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2872 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2874 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2873 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2875 'renderer/translate_helper_browsertest.cc', 2874 'renderer/translate_helper_browsertest.cc',
2876 'test/automation/dom_automation_browsertest.cc', 2875 'test/automation/dom_automation_browsertest.cc',
2876 'test/base/layout_test_http_server.cc',
2877 'test/base/layout_test_http_server.h',
2877 'test/base/in_process_browser_test_browsertest.cc', 2878 'test/base/in_process_browser_test_browsertest.cc',
2878 'test/base/chrome_render_view_test.cc', 2879 'test/base/chrome_render_view_test.cc',
2879 'test/base/chrome_render_view_test.h', 2880 'test/base/chrome_render_view_test.h',
2880 'test/base/chrome_test_launcher.cc', 2881 'test/base/chrome_test_launcher.cc',
2881 'test/data/webui/assertions.js', 2882 'test/data/webui/assertions.js',
2882 'test/data/webui/async_gen.cc', 2883 'test/data/webui/async_gen.cc',
2883 'test/data/webui/async_gen.h', 2884 'test/data/webui/async_gen.h',
2884 'test/data/webui/async_gen.js', 2885 'test/data/webui/async_gen.js',
2885 'test/data/webui/certificate_viewer_dialog_test.js', 2886 'test/data/webui/certificate_viewer_dialog_test.js',
2886 'test/data/webui/certificate_viewer_ui_test-inl.h', 2887 'test/data/webui/certificate_viewer_ui_test-inl.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', 2924 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc',
2924 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2925 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2925 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2926 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2926 '../content/browser/plugin_service_impl_browsertest.cc', 2927 '../content/browser/plugin_service_impl_browsertest.cc',
2927 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2928 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2928 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2929 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2929 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2930 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2930 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2931 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2931 '../content/browser/speech/speech_recognition_browsertest.cc', 2932 '../content/browser/speech/speech_recognition_browsertest.cc',
2932 '../content/browser/webkit_browsertest.cc', 2933 '../content/browser/webkit_browsertest.cc',
2934 '../content/browser/worker_host/test/worker_browsertest.cc',
2933 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', 2935 '../content/renderer/mouse_lock_dispatcher_browsertest.cc',
2934 '../content/renderer/render_view_browsertest.cc', 2936 '../content/renderer/render_view_browsertest.cc',
2935 '../content/renderer/render_view_browsertest_mac.mm', 2937 '../content/renderer/render_view_browsertest_mac.mm',
2936 '../content/test/layout_browsertest.cc', 2938 '../content/test/layout_browsertest.cc',
2937 '../content/test/layout_browsertest.h', 2939 '../content/test/layout_browsertest.h',
2938 '../content/test/render_widget_browsertest.cc', 2940 '../content/test/render_widget_browsertest.cc',
2939 '../content/test/render_widget_browsertest.h', 2941 '../content/test/render_widget_browsertest.h',
2940 '../content/test/test_launcher.cc', 2942 '../content/test/test_launcher.cc',
2941 '../content/test/test_launcher.h', 2943 '../content/test/test_launcher.h',
2942 ], 2944 ],
(...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after
4614 # Use outputs of this action as inputs for the main target build. 4616 # Use outputs of this action as inputs for the main target build.
4615 # Seems as a misnomer but makes this happy on Linux (scons). 4617 # Seems as a misnomer but makes this happy on Linux (scons).
4616 'process_outputs_as_sources': 1, 4618 'process_outputs_as_sources': 1,
4617 }, 4619 },
4618 ], # 'actions' 4620 ], # 'actions'
4619 }, 4621 },
4620 ] 4622 ]
4621 }], # 'coverage!=0' 4623 }], # 'coverage!=0'
4622 ], # 'conditions' 4624 ], # 'conditions'
4623 } 4625 }
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/test/base/layout_test_http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698