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

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

Issue 20027: Capability: passing fds over IPC (Closed)
Patch Set: ... Created 11 years, 10 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/common/ipc_tests.cc ('k') | webkit/tools/layout_tests/test_lists/tests_fixable.txt » ('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/gfx/using_base_gfx.scons', 10 '$BASE_DIR/gfx/using_base_gfx.scons',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 '$CHROME_DIR/browser/net/resolve_proxy_msg_helper_unittest.cc', 401 '$CHROME_DIR/browser/net/resolve_proxy_msg_helper_unittest.cc',
402 '$CHROME_DIR/browser/password_manager/encryptor_unittest.cc', 402 '$CHROME_DIR/browser/password_manager/encryptor_unittest.cc',
403 '$CHROME_DIR/browser/password_manager/password_form_manager_unittest.cc', 403 '$CHROME_DIR/browser/password_manager/password_form_manager_unittest.cc',
404 '$CHROME_DIR/browser/printing/page_number_unittest.cc', 404 '$CHROME_DIR/browser/printing/page_number_unittest.cc',
405 '$CHROME_DIR/browser/printing/page_overlays_unittest.cc', 405 '$CHROME_DIR/browser/printing/page_overlays_unittest.cc',
406 '$CHROME_DIR/browser/printing/print_job_unittest.cc', 406 '$CHROME_DIR/browser/printing/print_job_unittest.cc',
407 '$CHROME_DIR/browser/printing/win_printing_context_unittest.cc', 407 '$CHROME_DIR/browser/printing/win_printing_context_unittest.cc',
408 '$CHROME_DIR/browser/profile_manager_unittest.cc', 408 '$CHROME_DIR/browser/profile_manager_unittest.cc',
409 '$CHROME_DIR/browser/renderer_host/resource_dispatcher_host_unittest.cc', 409 '$CHROME_DIR/browser/renderer_host/resource_dispatcher_host_unittest.cc',
410 '$CHROME_DIR/browser/rlz/rlz_unittest.cc', 410 '$CHROME_DIR/browser/rlz/rlz_unittest.cc',
411 '$CHROME_DIR/browser/safe_browsing/protocol_manager_unittest.cc',
411 '$CHROME_DIR/browser/search_engines/template_url_model_unittest.cc', 412 '$CHROME_DIR/browser/search_engines/template_url_model_unittest.cc',
412 '$CHROME_DIR/browser/search_engines/template_url_parser_unittest.cc', 413 '$CHROME_DIR/browser/search_engines/template_url_parser_unittest.cc',
413 '$CHROME_DIR/browser/search_engines/template_url_prepopulate_data_unittest .cc', 414 '$CHROME_DIR/browser/search_engines/template_url_prepopulate_data_unittest .cc',
414 '$CHROME_DIR/browser/search_engines/template_url_unittest.cc', 415 '$CHROME_DIR/browser/search_engines/template_url_unittest.cc',
415 '$CHROME_DIR/browser/sessions/session_backend_unittest.cc', 416 '$CHROME_DIR/browser/sessions/session_backend_unittest.cc',
416 '$CHROME_DIR/browser/sessions/session_service_test_helper.cc', 417 '$CHROME_DIR/browser/sessions/session_service_test_helper.cc',
417 '$CHROME_DIR/browser/sessions/session_service_unittest.cc', 418 '$CHROME_DIR/browser/sessions/session_service_unittest.cc',
418 '$CHROME_DIR/browser/sessions/tab_restore_service_unittest.cc', 419 '$CHROME_DIR/browser/sessions/tab_restore_service_unittest.cc',
419 '$CHROME_DIR/browser/site_instance_unittest.cc', 420 '$CHROME_DIR/browser/site_instance_unittest.cc',
420 '$CHROME_DIR/browser/tab_contents/web_contents_unittest.cc', 421 '$CHROME_DIR/browser/tab_contents/web_contents_unittest.cc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '../../third_party/hunspell/using_hunspell.vsprops', 580 '../../third_party/hunspell/using_hunspell.vsprops',
580 '../../../third_party/npapi/using_npapi.vsprops', 581 '../../../third_party/npapi/using_npapi.vsprops',
581 ]) 582 ])
582 583
583 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc', 584 p.AddFileConfig('../../tools/build/win/precompiled_wtl.cc',
584 'Debug|Win32', 585 'Debug|Win32',
585 tools=[ 586 tools=[
586 MSVSTool('VCCLCompilerTool', 587 MSVSTool('VCCLCompilerTool',
587 UsePrecompiledHeader='1'), 588 UsePrecompiledHeader='1'),
588 ]) 589 ])
OLDNEW
« no previous file with comments | « chrome/common/ipc_tests.cc ('k') | webkit/tools/layout_tests/test_lists/tests_fixable.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698