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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2729002: Run in-process browser tests using the sandbox. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/in_process_browser_test.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 1400 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
1401 '<@(browser_tests_sources_win_specific)', 1401 '<@(browser_tests_sources_win_specific)',
1402 '<@(browser_tests_sources_views_specific)' 1402 '<@(browser_tests_sources_views_specific)'
1403 ], 1403 ],
1404 'include_dirs': [ 1404 'include_dirs': [
1405 '<(DEPTH)/third_party/wtl/include', 1405 '<(DEPTH)/third_party/wtl/include',
1406 ], 1406 ],
1407 'dependencies': [ 1407 'dependencies': [
1408 'chrome_dll_version', 1408 'chrome_dll_version',
1409 'installer_util_strings', 1409 'installer_util_strings',
1410 '../sandbox/sandbox.gyp:sandbox',
1410 '<(allocator_target)', 1411 '<(allocator_target)',
1411 ], 1412 ],
1412 'configurations': { 1413 'configurations': {
1413 'Debug_Base': { 1414 'Debug_Base': {
1414 'msvs_settings': { 1415 'msvs_settings': {
1415 'VCLinkerTool': { 1416 'VCLinkerTool': {
1416 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1417 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1417 }, 1418 },
1418 }, 1419 },
1419 }, 1420 },
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2025 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2025 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 2026 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
2026 ], 2027 ],
2027 'include_dirs': [ 2028 'include_dirs': [
2028 '<(DEPTH)/third_party/wtl/include', 2029 '<(DEPTH)/third_party/wtl/include',
2029 ], 2030 ],
2030 'dependencies': [ 2031 'dependencies': [
2031 'chrome_dll_version', 2032 'chrome_dll_version',
2032 'installer_util_strings', 2033 'installer_util_strings',
2033 '../views/views.gyp:views', 2034 '../views/views.gyp:views',
2035 '../sandbox/sandbox.gyp:sandbox',
2034 '<(allocator_target)', 2036 '<(allocator_target)',
2035 ], 2037 ],
2036 'configurations': { 2038 'configurations': {
2037 'Debug': { 2039 'Debug': {
2038 'msvs_settings': { 2040 'msvs_settings': {
2039 'VCLinkerTool': { 2041 'VCLinkerTool': {
2040 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 2042 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
2041 }, 2043 },
2042 }, 2044 },
2043 }, 2045 },
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 ] 2502 ]
2501 }], # 'coverage!=0' 2503 }], # 'coverage!=0'
2502 ], # 'conditions' 2504 ], # 'conditions'
2503 } 2505 }
2504 2506
2505 # Local Variables: 2507 # Local Variables:
2506 # tab-width:2 2508 # tab-width:2
2507 # indent-tabs-mode:nil 2509 # indent-tabs-mode:nil
2508 # End: 2510 # End:
2509 # vim: set expandtab tabstop=2 shiftwidth=2: 2511 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698