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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9693065: Run IDB layout test suite as browser tests instead of ui tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some style stuff Created 8 years, 9 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 | « no previous file | chrome/test/automation/dom_element_proxy.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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'test/automation/extension_proxy_uitest.cc', 831 'test/automation/extension_proxy_uitest.cc',
832 'test/base/chrome_process_util_uitest.cc', 832 'test/base/chrome_process_util_uitest.cc',
833 'test/reliability/automated_ui_test_test.cc', 833 'test/reliability/automated_ui_test_test.cc',
834 'test/ui/history_uitest.cc', 834 'test/ui/history_uitest.cc',
835 'test/ui/layout_plugin_uitest.cc', 835 'test/ui/layout_plugin_uitest.cc',
836 'test/ui/named_interface_uitest.cc', 836 'test/ui/named_interface_uitest.cc',
837 'test/ui/npapi_uitest.cc', 837 'test/ui/npapi_uitest.cc',
838 'test/ui/sandbox_uitests.cc', 838 'test/ui/sandbox_uitests.cc',
839 '../content/browser/appcache/appcache_ui_test.cc', 839 '../content/browser/appcache/appcache_ui_test.cc',
840 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 840 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
841 '../content/browser/in_process_webkit/indexed_db_uitest.cc',
842 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 841 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
843 '../content/worker/test/worker_uitest.cc', 842 '../content/worker/test/worker_uitest.cc',
844 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION. 843 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION.
845 ], 844 ],
846 'conditions': [ 845 'conditions': [
847 ['target_arch!="arm"', { 846 ['target_arch!="arm"', {
848 'dependencies': [ 847 'dependencies': [
849 '../webkit/webkit.gyp:copy_npapi_test_plugin', 848 '../webkit/webkit.gyp:copy_npapi_test_plugin',
850 ], 849 ],
851 }], 850 }],
(...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after
2910 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', 2909 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
2911 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2910 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
2912 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' , 2911 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' ,
2913 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2912 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2914 '../content/browser/child_process_security_policy_browsertest.cc', 2913 '../content/browser/child_process_security_policy_browsertest.cc',
2915 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2914 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2916 '../content/browser/download/mhtml_generation_browsertest.cc', 2915 '../content/browser/download/mhtml_generation_browsertest.cc',
2917 '../content/browser/fileapi/file_system_browsertest.cc', 2916 '../content/browser/fileapi/file_system_browsertest.cc',
2918 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2917 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2919 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2918 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2919 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc',
2920 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2920 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2921 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2921 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2922 '../content/browser/plugin_service_impl_browsertest.cc', 2922 '../content/browser/plugin_service_impl_browsertest.cc',
2923 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2923 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2924 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2924 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2925 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2925 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2926 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2926 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2927 '../content/browser/speech/speech_recognition_browsertest.cc', 2927 '../content/browser/speech/speech_recognition_browsertest.cc',
2928 '../content/browser/webkit_browsertest.cc', 2928 '../content/browser/webkit_browsertest.cc',
2929 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', 2929 '../content/renderer/mouse_lock_dispatcher_browsertest.cc',
2930 '../content/renderer/render_view_browsertest.cc', 2930 '../content/renderer/render_view_browsertest.cc',
2931 '../content/renderer/render_view_browsertest_mac.mm', 2931 '../content/renderer/render_view_browsertest_mac.mm',
2932 '../content/test/layout_browsertest.cc',
2933 '../content/test/layout_browsertest.h',
2932 '../content/test/render_widget_browsertest.cc', 2934 '../content/test/render_widget_browsertest.cc',
2933 '../content/test/render_widget_browsertest.h', 2935 '../content/test/render_widget_browsertest.h',
2934 '../content/test/test_launcher.cc', 2936 '../content/test/test_launcher.cc',
2935 '../content/test/test_launcher.h', 2937 '../content/test/test_launcher.h',
2936 ], 2938 ],
2937 'rules': [ 2939 'rules': [
2938 { 2940 {
2939 'rule_name': 'js2webui', 2941 'rule_name': 'js2webui',
2940 'extension': 'js', 2942 'extension': 'js',
2941 'msvs_external_rule': 1, 2943 'msvs_external_rule': 1,
(...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after
4603 # Use outputs of this action as inputs for the main target build. 4605 # Use outputs of this action as inputs for the main target build.
4604 # Seems as a misnomer but makes this happy on Linux (scons). 4606 # Seems as a misnomer but makes this happy on Linux (scons).
4605 'process_outputs_as_sources': 1, 4607 'process_outputs_as_sources': 1,
4606 }, 4608 },
4607 ], # 'actions' 4609 ], # 'actions'
4608 }, 4610 },
4609 ] 4611 ]
4610 }], # 'coverage!=0' 4612 }], # 'coverage!=0'
4611 ], # 'conditions' 4613 ], # 'conditions'
4612 } 4614 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automation/dom_element_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698