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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10820043: Convert speech and session history browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/session_history/form.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 3020 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 'test/data/webui/suidsandbox_browsertest.js', 3031 'test/data/webui/suidsandbox_browsertest.js',
3032 'test/gpu/gpu_feature_browsertest.cc', 3032 'test/gpu/gpu_feature_browsertest.cc',
3033 'test/ppapi/ppapi_browsertest.cc', 3033 'test/ppapi/ppapi_browsertest.cc',
3034 'test/security_tests/sandbox_browsertest.cc', 3034 'test/security_tests/sandbox_browsertest.cc',
3035 # TODO(craig): Rename this and run from base_unittests when the test 3035 # TODO(craig): Rename this and run from base_unittests when the test
3036 # is safe to run there. See http://crbug.com/78722 for details. 3036 # is safe to run there. See http://crbug.com/78722 for details.
3037 '../base/files/file_path_watcher_browsertest.cc', 3037 '../base/files/file_path_watcher_browsertest.cc',
3038 '../content/browser/renderer_host/render_process_host_browsertest.cc', 3038 '../content/browser/renderer_host/render_process_host_browsertest.cc',
3039 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 3039 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
3040 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 3040 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
3041 '../content/browser/session_history_browsertest.cc',
3042 '../content/browser/speech/speech_recognition_browsertest.cc',
3043 ], 3041 ],
3044 'rules': [ 3042 'rules': [
3045 { 3043 {
3046 'rule_name': 'js2webui', 3044 'rule_name': 'js2webui',
3047 'extension': 'js', 3045 'extension': 'js',
3048 'msvs_external_rule': 1, 3046 'msvs_external_rule': 1,
3049 'inputs': [ 3047 'inputs': [
3050 '<(gypv8sh)', 3048 '<(gypv8sh)',
3051 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 3049 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
3052 '<(mock_js)', 3050 '<(mock_js)',
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
4627 'input_jars_paths': [ 4625 'input_jars_paths': [
4628 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4626 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4629 ], 4627 ],
4630 }, 4628 },
4631 'includes': [ '../build/apk_test.gypi' ], 4629 'includes': [ '../build/apk_test.gypi' ],
4632 }, 4630 },
4633 ], 4631 ],
4634 }], 4632 }],
4635 ], # 'conditions' 4633 ], # 'conditions'
4636 } 4634 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/data/session_history/form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698