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

Side by Side Diff: chrome/test/unit/unit_tests.scons

Issue 48005: Port visitedlink tests to Linux. Also make them pass on Linux, which (Closed)
Patch Set: GetInvalidHandle -> NULLHandle 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
« no previous file with comments | « chrome/browser/visitedlink_unittest.cc ('k') | no next file » | 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 Import('bdict_reader_o', 'bdict_writer_o') 6 Import('bdict_reader_o', 'bdict_writer_o')
7 7
8 env = env.Clone() 8 env = env.Clone()
9 9
10 env.SConscript([ 10 env.SConscript([
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 '$CHROME_DIR/browser/rlz/rlz_unittest.cc', 414 '$CHROME_DIR/browser/rlz/rlz_unittest.cc',
415 '$CHROME_DIR/browser/search_engines/template_url_model_unittest.cc', 415 '$CHROME_DIR/browser/search_engines/template_url_model_unittest.cc',
416 '$CHROME_DIR/browser/sessions/session_backend_unittest.cc', 416 '$CHROME_DIR/browser/sessions/session_backend_unittest.cc',
417 '$CHROME_DIR/browser/sessions/session_service_test_helper.cc', 417 '$CHROME_DIR/browser/sessions/session_service_test_helper.cc',
418 '$CHROME_DIR/browser/sessions/session_service_unittest.cc', 418 '$CHROME_DIR/browser/sessions/session_service_unittest.cc',
419 '$CHROME_DIR/browser/sessions/tab_restore_service_unittest.cc', 419 '$CHROME_DIR/browser/sessions/tab_restore_service_unittest.cc',
420 '$CHROME_DIR/browser/tab_contents/web_contents_unittest.cc', 420 '$CHROME_DIR/browser/tab_contents/web_contents_unittest.cc',
421 '$CHROME_DIR/browser/tabs/tab_strip_model_unittest.cc', 421 '$CHROME_DIR/browser/tabs/tab_strip_model_unittest.cc',
422 '$CHROME_DIR/browser/views/bookmark_editor_view_unittest.cc', 422 '$CHROME_DIR/browser/views/bookmark_editor_view_unittest.cc',
423 '$CHROME_DIR/browser/views/keyword_editor_view_unittest.cc', 423 '$CHROME_DIR/browser/views/keyword_editor_view_unittest.cc',
424 '$CHROME_DIR/browser/visitedlink_unittest.cc',
425 '$CHROME_DIR/browser/webdata/web_database_unittest.cc', 424 '$CHROME_DIR/browser/webdata/web_database_unittest.cc',
426 '$CHROME_DIR/browser/window_sizer_unittest.cc', 425 '$CHROME_DIR/browser/window_sizer_unittest.cc',
427 '$CHROME_DIR/common/chrome_plugin_unittest.cc', 426 '$CHROME_DIR/common/chrome_plugin_unittest.cc',
428 '$CHROME_DIR/common/gfx/emf_unittest.cc', 427 '$CHROME_DIR/common/gfx/emf_unittest.cc',
429 '$CHROME_DIR/common/gfx/icon_util_unittest.cc', 428 '$CHROME_DIR/common/gfx/icon_util_unittest.cc',
430 '$CHROME_DIR/common/os_exchange_data_unittest.cc', 429 '$CHROME_DIR/common/os_exchange_data_unittest.cc',
431 '$CHROME_DIR/common/time_format_unittest.cc', 430 '$CHROME_DIR/common/time_format_unittest.cc',
432 '$CHROME_DIR/common/win_util_unittest.cc', 431 '$CHROME_DIR/common/win_util_unittest.cc',
433 '$CHROME_DIR/test/browser_with_test_window_test.cc', 432 '$CHROME_DIR/test/browser_with_test_window_test.cc',
434 '$CHROME_DIR/views/focus_manager_unittest.cc', 433 '$CHROME_DIR/views/focus_manager_unittest.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 '../../third_party/hunspell/using_hunspell.vsprops', 565 '../../third_party/hunspell/using_hunspell.vsprops',
567 '../../../third_party/npapi/using_npapi.vsprops', 566 '../../../third_party/npapi/using_npapi.vsprops',
568 ]) 567 ])
569 568
570 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc', 569 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc',
571 'Debug|Win32', 570 'Debug|Win32',
572 tools=[ 571 tools=[
573 MSVSTool('VCCLCompilerTool', 572 MSVSTool('VCCLCompilerTool',
574 UsePrecompiledHeader='1'), 573 UsePrecompiledHeader='1'),
575 ]) 574 ])
OLDNEW
« no previous file with comments | « chrome/browser/visitedlink_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698