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

Side by Side Diff: chrome/test/ui/ui_tests.scons

Issue 42628: - Add UI test for the V8 Benchmark Suite.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | chrome/test/ui/ui_tests.vcproj » ('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) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 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 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 env.SConscript([ 9 env.SConscript([
10 '$BASE_DIR/using_base.scons', 10 '$BASE_DIR/using_base.scons',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 input_files = ChromeFileList([ 91 input_files = ChromeFileList([
92 # TODO(sgk): violate standard indentation so we don't have to 92 # TODO(sgk): violate standard indentation so we don't have to
93 # reindent too much when we remove the explicit MSVSFilter() calls 93 # reindent too much when we remove the explicit MSVSFilter() calls
94 # in favor of generating the hierarchy to reflect the file system. 94 # in favor of generating the hierarchy to reflect the file system.
95 MSVSFilter('Common', [ 95 MSVSFilter('Common', [
96 'npapi_test_helper.cc', 96 'npapi_test_helper.cc',
97 'npapi_test_helper.h', 97 'npapi_test_helper.h',
98 '$CHROME_DIR/tools/build/win/precompiled_wtl$OBJSUFFIX', 98 '$CHROME_DIR/tools/build/win/precompiled_wtl$OBJSUFFIX',
99 '$CHROME_DIR/tools/build/win/precompiled_wtl.h', 99 '$CHROME_DIR/tools/build/win/precompiled_wtl.h',
100 'run_all_unittests.cc', 100 'run_all_unittests.cc',
101 'javascript_test_util.cc',
102 'javascript_test_util.h',
101 '$CHROME_DIR/test/testing_browser_process.h', 103 '$CHROME_DIR/test/testing_browser_process.h',
102 'ui_test.cc', 104 'ui_test.cc',
103 'ui_test.h', 105 'ui_test.h',
104 'ui_test_suite.cc', 106 'ui_test_suite.cc',
105 'ui_test_suite.h', 107 'ui_test_suite.h',
106 '$NET_DIR/url_request/url_request_test_job$OBJSUFFIX', 108 '$NET_DIR/url_request/url_request_test_job$OBJSUFFIX',
107 '$NET_DIR/url_request/url_request_test_job.h', 109 '$NET_DIR/url_request/url_request_test_job.h',
108 ]), 110 ]),
109 MSVSFilter('TestChromeMain', [ 111 MSVSFilter('TestChromeMain', [
110 '$CHROME_DIR/app/chrome_main_uitest.cc', 112 '$CHROME_DIR/app/chrome_main_uitest.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 ]), 227 ]),
226 MSVSFilter('TestHistory', [ 228 MSVSFilter('TestHistory', [
227 'history_uitest.cc', 229 'history_uitest.cc',
228 ]), 230 ]),
229 MSVSFilter('TestDOMChecker', [ 231 MSVSFilter('TestDOMChecker', [
230 'dom_checker_uitest.cc', 232 'dom_checker_uitest.cc',
231 ]), 233 ]),
232 MSVSFilter('TestSunSpider', [ 234 MSVSFilter('TestSunSpider', [
233 'sunspider_uitest.cc', 235 'sunspider_uitest.cc',
234 ]), 236 ]),
237 MSVSFilter('TestV8Benchmark', [
238 'v8_benchmark_uitest.cc',
239 ]),
235 ]) 240 ])
236 241
237 if not env.Bit('windows'): 242 if not env.Bit('windows'):
238 # TODO(port): mark which of these work and which don't. 243 # TODO(port): mark which of these work and which don't.
239 input_files.Remove( 244 input_files.Remove(
240 'layout_plugin_uitest.cc', 245 'layout_plugin_uitest.cc',
241 'npapi_test_helper.cc', 246 'npapi_test_helper.cc',
242 'npapi_uitest.cc', 247 'npapi_uitest.cc',
243 'omnibox_uitest.cc', 248 'omnibox_uitest.cc',
244 'dom_checker_uitest.cc', 249 'dom_checker_uitest.cc',
245 'sunspider_uitest.cc', 250 'sunspider_uitest.cc',
251 'v8_benchmark_uitest.cc',
246 252
247 'sandbox_uitests.cc', 253 'sandbox_uitests.cc',
248 254
249 '$CHROME_DIR/app/chrome_main_uitest.cc', 255 '$CHROME_DIR/app/chrome_main_uitest.cc',
250 '$CHROME_DIR/browser/browser_uitest.cc', 256 '$CHROME_DIR/browser/browser_uitest.cc',
251 '$CHROME_DIR/browser/crash_recovery_uitest.cc', 257 '$CHROME_DIR/browser/crash_recovery_uitest.cc',
252 '$CHROME_DIR/browser/download/download_uitest.cc', 258 '$CHROME_DIR/browser/download/download_uitest.cc',
253 '$CHROME_DIR/browser/download/save_page_uitest.cc', 259 '$CHROME_DIR/browser/download/save_page_uitest.cc',
254 '$CHROME_DIR/browser/errorpage_uitest.cc', 260 '$CHROME_DIR/browser/errorpage_uitest.cc',
255 '$CHROME_DIR/browser/iframe_uitest.cc', 261 '$CHROME_DIR/browser/iframe_uitest.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '$(SolutionDir)/tools/build/win/js_engine.vsprops', 394 '$(SolutionDir)/tools/build/win/js_engine.vsprops',
389 '$(SolutionDir)../testing/using_gtest.vsprops', 395 '$(SolutionDir)../testing/using_gtest.vsprops',
390 ]) 396 ])
391 397
392 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc', 398 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc',
393 'Debug|Win32', 399 'Debug|Win32',
394 tools=[ 400 tools=[
395 MSVSTool('VCCLCompilerTool', 401 MSVSTool('VCCLCompilerTool',
396 UsePrecompiledHeader='1'), 402 UsePrecompiledHeader='1'),
397 ]) 403 ])
OLDNEW
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | chrome/test/ui/ui_tests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698