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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10821037: Move a number of other tests from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: a little cleaner Created 8 years, 4 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_tests.isolate ('k') | chrome/test/data/webkit/async_script_abort_on_end.html » ('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 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3035 'test/security_tests/sandbox_browsertest.cc', 3035 'test/security_tests/sandbox_browsertest.cc',
3036 # TODO(craig): Rename this and run from base_unittests when the test 3036 # TODO(craig): Rename this and run from base_unittests when the test
3037 # is safe to run there. See http://crbug.com/78722 for details. 3037 # is safe to run there. See http://crbug.com/78722 for details.
3038 '../base/files/file_path_watcher_browsertest.cc', 3038 '../base/files/file_path_watcher_browsertest.cc',
3039 '../content/browser/accessibility/cross_platform_accessibility_browserte st.cc', 3039 '../content/browser/accessibility/cross_platform_accessibility_browserte st.cc',
3040 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 3040 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
3041 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', 3041 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
3042 '../content/browser/accessibility/dump_accessibility_tree_helper.h', 3042 '../content/browser/accessibility/dump_accessibility_tree_helper.h',
3043 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 3043 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
3044 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' , 3044 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' ,
3045 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
3046 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
3047 '../content/browser/plugin_data_remover_impl_browsertest.cc',
3048 '../content/browser/plugin_service_impl_browsertest.cc',
3049 '../content/browser/renderer_host/render_process_host_browsertest.cc', 3045 '../content/browser/renderer_host/render_process_host_browsertest.cc',
3050 '../content/browser/renderer_host/render_view_host_browsertest.cc',
3051 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 3046 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
3052 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 3047 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
3053 '../content/browser/session_history_browsertest.cc', 3048 '../content/browser/session_history_browsertest.cc',
3054 '../content/browser/speech/speech_recognition_browsertest.cc', 3049 '../content/browser/speech/speech_recognition_browsertest.cc',
3055 '../content/browser/webkit_browsertest.cc',
3056 ], 3050 ],
3057 'rules': [ 3051 'rules': [
3058 { 3052 {
3059 'rule_name': 'js2webui', 3053 'rule_name': 'js2webui',
3060 'extension': 'js', 3054 'extension': 'js',
3061 'msvs_external_rule': 1, 3055 'msvs_external_rule': 1,
3062 'inputs': [ 3056 'inputs': [
3063 '<(gypv8sh)', 3057 '<(gypv8sh)',
3064 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 3058 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
3065 '<(mock_js)', 3059 '<(mock_js)',
(...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 'input_jars_paths': [ 4646 'input_jars_paths': [
4653 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4647 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4654 ], 4648 ],
4655 }, 4649 },
4656 'includes': [ '../build/apk_test.gypi' ], 4650 'includes': [ '../build/apk_test.gypi' ],
4657 }, 4651 },
4658 ], 4652 ],
4659 }], 4653 }],
4660 ], # 'conditions' 4654 ], # 'conditions'
4661 } 4655 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/data/webkit/async_script_abort_on_end.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698