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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10820056: Move the render process host tests in content to chrome. These test chrome specific behavior with t… (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
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 2584 matching lines...) Expand 10 before | Expand all | Expand 10 after
2595 ], 2595 ],
2596 }, 2596 },
2597 { 2597 {
2598 # Executable that runs each browser test in a new process. 2598 # Executable that runs each browser test in a new process.
2599 'target_name': 'browser_tests', 2599 'target_name': 'browser_tests',
2600 'type': 'executable', 2600 'type': 'executable',
2601 'msvs_cygwin_shell': 0, 2601 'msvs_cygwin_shell': 0,
2602 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2602 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2603 'dependencies': [ 2603 'dependencies': [
2604 'browser', 2604 'browser',
2605 '../sync/protocol/sync_proto.gyp:sync_proto',
2606 'chrome_resources.gyp:chrome_resources', 2605 'chrome_resources.gyp:chrome_resources',
2607 'chrome_resources.gyp:chrome_strings', 2606 'chrome_resources.gyp:chrome_strings',
2608 'chrome_resources.gyp:packed_extra_resources', 2607 'chrome_resources.gyp:packed_extra_resources',
2609 'chrome_resources.gyp:packed_resources', 2608 'chrome_resources.gyp:packed_resources',
2610 'common/extensions/api/api.gyp:api', 2609 'common/extensions/api/api.gyp:api',
2611 'renderer', 2610 'renderer',
2612 'test_support_common', 2611 'test_support_common',
2613 '../base/base.gyp:base', 2612 '../base/base.gyp:base',
2614 '../base/base.gyp:base_i18n', 2613 '../base/base.gyp:base_i18n',
2615 '../base/base.gyp:test_support_base', 2614 '../base/base.gyp:test_support_base',
2616 '../net/net.gyp:net', 2615 '../net/net.gyp:net',
2617 '../net/net.gyp:net_test_support', 2616 '../net/net.gyp:net_test_support',
2618 '../skia/skia.gyp:skia', 2617 '../skia/skia.gyp:skia',
2618 '../sync/protocol/sync_proto.gyp:sync_proto',
2619 '../sync/sync.gyp:test_support_syncapi_service', 2619 '../sync/sync.gyp:test_support_syncapi_service',
2620 '../testing/gmock.gyp:gmock', 2620 '../testing/gmock.gyp:gmock',
2621 '../testing/gtest.gyp:gtest', 2621 '../testing/gtest.gyp:gtest',
2622 '../third_party/cld/cld.gyp:cld', 2622 '../third_party/cld/cld.gyp:cld',
2623 '../third_party/icu/icu.gyp:icui18n', 2623 '../third_party/icu/icu.gyp:icui18n',
2624 '../third_party/icu/icu.gyp:icuuc', 2624 '../third_party/icu/icu.gyp:icuuc',
2625 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2625 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2626 '../v8/tools/gyp/v8.gyp:v8', 2626 '../v8/tools/gyp/v8.gyp:v8',
2627 '../webkit/webkit.gyp:test_shell_test_support', 2627 '../webkit/webkit.gyp:test_shell_test_support',
2628 # Runtime dependencies 2628 # Runtime dependencies
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'test/data/webui/print_preview.cc', 3029 'test/data/webui/print_preview.cc',
3030 'test/data/webui/print_preview.h', 3030 'test/data/webui/print_preview.h',
3031 'test/data/webui/print_preview.js', 3031 'test/data/webui/print_preview.js',
3032 'test/data/webui/suidsandbox_browsertest.js', 3032 'test/data/webui/suidsandbox_browsertest.js',
3033 'test/gpu/gpu_feature_browsertest.cc', 3033 'test/gpu/gpu_feature_browsertest.cc',
3034 'test/ppapi/ppapi_browsertest.cc', 3034 'test/ppapi/ppapi_browsertest.cc',
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/renderer_host/render_process_host_browsertest.cc',
3040 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 3039 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
3041 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 3040 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
3042 ], 3041 ],
3043 'rules': [ 3042 'rules': [
3044 { 3043 {
3045 'rule_name': 'js2webui', 3044 'rule_name': 'js2webui',
3046 'extension': 'js', 3045 'extension': 'js',
3047 'msvs_external_rule': 1, 3046 'msvs_external_rule': 1,
3048 'inputs': [ 3047 'inputs': [
3049 '<(gypv8sh)', 3048 '<(gypv8sh)',
(...skipping 1576 matching lines...) Expand 10 before | Expand all | Expand 10 after
4626 'input_jars_paths': [ 4625 'input_jars_paths': [
4627 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4626 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4628 ], 4627 ],
4629 }, 4628 },
4630 'includes': [ '../build/apk_test.gypi' ], 4629 'includes': [ '../build/apk_test.gypi' ],
4631 }, 4630 },
4632 ], 4631 ],
4633 }], 4632 }],
4634 ], # 'conditions' 4633 ], # 'conditions'
4635 } 4634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698