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

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

Issue 42581: - Add UI test for SunSpider.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/sunspider_uitest.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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 ]), 222 ]),
223 MSVSFilter('TestOmnibox', [ 223 MSVSFilter('TestOmnibox', [
224 'omnibox_uitest.cc', 224 'omnibox_uitest.cc',
225 ]), 225 ]),
226 MSVSFilter('TestHistory', [ 226 MSVSFilter('TestHistory', [
227 'history_uitest.cc', 227 'history_uitest.cc',
228 ]), 228 ]),
229 MSVSFilter('TestDOMChecker', [ 229 MSVSFilter('TestDOMChecker', [
230 'dom_checker_uitest.cc', 230 'dom_checker_uitest.cc',
231 ]), 231 ]),
232 MSVSFilter('TestSunSpider', [
233 'sunspider_uitest.cc',
234 ]),
232 ]) 235 ])
233 236
234 if not env.Bit('windows'): 237 if not env.Bit('windows'):
235 # TODO(port): mark which of these work and which don't. 238 # TODO(port): mark which of these work and which don't.
236 input_files.Remove( 239 input_files.Remove(
237 'layout_plugin_uitest.cpp', 240 'layout_plugin_uitest.cpp',
238 'npapi_test_helper.cc', 241 'npapi_test_helper.cc',
239 'npapi_uitest.cpp', 242 'npapi_uitest.cpp',
240 'omnibox_uitest.cc', 243 'omnibox_uitest.cc',
241 'dom_checker_uitest.cc', 244 'dom_checker_uitest.cc',
245 'sunspider_uitest.cc',
242 246
243 'sandbox_uitests.cc', 247 'sandbox_uitests.cc',
244 248
245 '$CHROME_DIR/app/chrome_main_uitest.cc', 249 '$CHROME_DIR/app/chrome_main_uitest.cc',
246 '$CHROME_DIR/browser/browser_uitest.cc', 250 '$CHROME_DIR/browser/browser_uitest.cc',
247 '$CHROME_DIR/browser/crash_recovery_uitest.cc', 251 '$CHROME_DIR/browser/crash_recovery_uitest.cc',
248 '$CHROME_DIR/browser/download/download_uitest.cc', 252 '$CHROME_DIR/browser/download/download_uitest.cc',
249 '$CHROME_DIR/browser/download/save_page_uitest.cc', 253 '$CHROME_DIR/browser/download/save_page_uitest.cc',
250 '$CHROME_DIR/browser/errorpage_uitest.cc', 254 '$CHROME_DIR/browser/errorpage_uitest.cc',
251 '$CHROME_DIR/browser/iframe_uitest.cc', 255 '$CHROME_DIR/browser/iframe_uitest.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 '$(SolutionDir)/tools/build/win/js_engine.vsprops', 388 '$(SolutionDir)/tools/build/win/js_engine.vsprops',
385 '$(SolutionDir)../testing/using_gtest.vsprops', 389 '$(SolutionDir)../testing/using_gtest.vsprops',
386 ]) 390 ])
387 391
388 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc', 392 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc',
389 'Debug|Win32', 393 'Debug|Win32',
390 tools=[ 394 tools=[
391 MSVSTool('VCCLCompilerTool', 395 MSVSTool('VCCLCompilerTool',
392 UsePrecompiledHeader='1'), 396 UsePrecompiledHeader='1'),
393 ]) 397 ])
OLDNEW
« no previous file with comments | « chrome/test/ui/sunspider_uitest.cc ('k') | chrome/test/ui/ui_tests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698