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

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: var renames 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
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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'test/automation/extension_proxy_uitest.cc', 825 'test/automation/extension_proxy_uitest.cc',
826 'test/base/chrome_process_util_uitest.cc', 826 'test/base/chrome_process_util_uitest.cc',
827 'test/reliability/automated_ui_test_test.cc', 827 'test/reliability/automated_ui_test_test.cc',
828 'test/ui/history_uitest.cc', 828 'test/ui/history_uitest.cc',
829 'test/ui/layout_plugin_uitest.cc', 829 'test/ui/layout_plugin_uitest.cc',
830 'test/ui/named_interface_uitest.cc', 830 'test/ui/named_interface_uitest.cc',
831 'test/ui/npapi_uitest.cc', 831 'test/ui/npapi_uitest.cc',
832 'test/ui/sandbox_uitests.cc', 832 'test/ui/sandbox_uitests.cc',
833 '../content/browser/appcache/appcache_ui_test.cc', 833 '../content/browser/appcache/appcache_ui_test.cc',
834 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 834 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
835 '../content/browser/in_process_webkit/indexed_db_uitest.cc',
836 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 835 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
837 '../content/worker/test/worker_uitest.cc', 836 '../content/worker/test/worker_uitest.cc',
838 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION. 837 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION.
839 ], 838 ],
840 'conditions': [ 839 'conditions': [
841 ['target_arch!="arm"', { 840 ['target_arch!="arm"', {
842 'dependencies': [ 841 'dependencies': [
843 '../webkit/webkit.gyp:copy_npapi_test_plugin', 842 '../webkit/webkit.gyp:copy_npapi_test_plugin',
844 ], 843 ],
845 }], 844 }],
(...skipping 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after
2899 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', 2898 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
2900 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2899 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
2901 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' , 2900 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' ,
2902 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2901 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2903 '../content/browser/child_process_security_policy_browsertest.cc', 2902 '../content/browser/child_process_security_policy_browsertest.cc',
2904 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2903 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2905 '../content/browser/download/mhtml_generation_browsertest.cc', 2904 '../content/browser/download/mhtml_generation_browsertest.cc',
2906 '../content/browser/fileapi/file_system_browsertest.cc', 2905 '../content/browser/fileapi/file_system_browsertest.cc',
2907 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2906 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2908 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2907 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2908 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc',
2909 '../content/browser/in_process_webkit/layout_browsertest.cc',
2909 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2910 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2910 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2911 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2911 '../content/browser/plugin_service_impl_browsertest.cc', 2912 '../content/browser/plugin_service_impl_browsertest.cc',
2912 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2913 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2913 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2914 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2914 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2915 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2915 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2916 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2916 '../content/browser/speech/speech_recognition_browsertest.cc', 2917 '../content/browser/speech/speech_recognition_browsertest.cc',
2917 '../content/browser/webkit_browsertest.cc', 2918 '../content/browser/webkit_browsertest.cc',
2918 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', 2919 '../content/renderer/mouse_lock_dispatcher_browsertest.cc',
(...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after
4589 # Use outputs of this action as inputs for the main target build. 4590 # Use outputs of this action as inputs for the main target build.
4590 # Seems as a misnomer but makes this happy on Linux (scons). 4591 # Seems as a misnomer but makes this happy on Linux (scons).
4591 'process_outputs_as_sources': 1, 4592 'process_outputs_as_sources': 1,
4592 }, 4593 },
4593 ], # 'actions' 4594 ], # 'actions'
4594 }, 4595 },
4595 ] 4596 ]
4596 }], # 'coverage!=0' 4597 }], # 'coverage!=0'
4597 ], # 'conditions' 4598 ], # 'conditions'
4598 } 4599 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automation/dom_element_proxy.h » ('j') | content/browser/in_process_webkit/layout_browsertest.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698