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

Side by Side Diff: chrome/chrome.gyp

Issue 92106: Port another UI test file. Disable tests that still need to be ported. (Closed)
Patch Set: disable tests on mac Created 11 years, 8 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
« no previous file with comments | « no previous file | chrome/test/automation/automation_proxy_uitest.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 2086 matching lines...) Expand 10 before | Expand all | Expand 10 after
2097 'browser/tab_restore_uitest.cc', 2097 'browser/tab_restore_uitest.cc',
2098 'browser/unload_uitest.cc', 2098 'browser/unload_uitest.cc',
2099 'browser/views/find_bar_win_uitest.cc', 2099 'browser/views/find_bar_win_uitest.cc',
2100 'common/logging_chrome_uitest.cc', 2100 'common/logging_chrome_uitest.cc',
2101 'test/accessibility/accessibility_tests.cc', 2101 'test/accessibility/accessibility_tests.cc',
2102 'test/accessibility/accessibility_util.cc', 2102 'test/accessibility/accessibility_util.cc',
2103 'test/accessibility/browser_impl.cc', 2103 'test/accessibility/browser_impl.cc',
2104 'test/accessibility/keyboard_util.cc', 2104 'test/accessibility/keyboard_util.cc',
2105 'test/accessibility/registry_util.cc', 2105 'test/accessibility/registry_util.cc',
2106 'test/accessibility/tab_impl.cc', 2106 'test/accessibility/tab_impl.cc',
2107 'test/automation/automation_proxy_uitest.cc',
2108 'test/perf/mem_usage.cc', 2107 'test/perf/mem_usage.cc',
2109 'test/ui/inspector_controller_uitest.cc', 2108 'test/ui/inspector_controller_uitest.cc',
2110 'test/ui/npapi_uitest.cc', 2109 'test/ui/npapi_uitest.cc',
2111 'test/ui/sandbox_uitests.cc', 2110 'test/ui/sandbox_uitests.cc',
2112 ], 2111 ],
2113 }], 2112 }],
2114 ], 2113 ],
2115 }, 2114 },
2116 { 2115 {
2117 'target_name': 'unit_tests', 2116 'target_name': 'unit_tests',
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
2952 '../tools/code_coverage/coverage_posix.py', 2951 '../tools/code_coverage/coverage_posix.py',
2953 '--directory', 2952 '--directory',
2954 '<(PRODUCT_DIR)' ], 2953 '<(PRODUCT_DIR)' ],
2955 }, 2954 },
2956 ], # 'actions' 2955 ], # 'actions'
2957 }, 2956 },
2958 ] 2957 ]
2959 }], 2958 }],
2960 ], # 'conditions' 2959 ], # 'conditions'
2961 } 2960 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automation/automation_proxy_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698