| OLD | NEW |
| 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 __doc__ = """ | 5 __doc__ = """ |
| 6 Master configuration for building chrome components. | 6 Master configuration for building chrome components. |
| 7 """ | 7 """ |
| 8 | 8 |
| 9 Import('env') | 9 Import('env') |
| 10 | 10 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'plugin/plugin.scons', | 52 'plugin/plugin.scons', |
| 53 'renderer/renderer.scons', | 53 'renderer/renderer.scons', |
| 54 'test/activex_test_control/activex_test_control.scons', | 54 'test/activex_test_control/activex_test_control.scons', |
| 55 'test/automated_ui_tests/automated_ui_tests.scons', | 55 'test/automated_ui_tests/automated_ui_tests.scons', |
| 56 'test/automation/automation.scons', | 56 'test/automation/automation.scons', |
| 57 'test/chrome_plugin/test_chrome_plugin.scons', | 57 'test/chrome_plugin/test_chrome_plugin.scons', |
| 58 'test/interactive_ui/interactive_ui_tests.scons', | 58 'test/interactive_ui/interactive_ui_tests.scons', |
| 59 'test/memory_test/memory_test.scons', | 59 'test/memory_test/memory_test.scons', |
| 60 'test/mini_installer_test/mini_installer_test.scons', | 60 'test/mini_installer_test/mini_installer_test.scons', |
| 61 'test/page_cycler/page_cycler_tests.scons', | 61 'test/page_cycler/page_cycler_tests.scons', |
| 62 'test/perf/perftests.scons', |
| 62 'test/plugin/plugin_tests.scons', | 63 'test/plugin/plugin_tests.scons', |
| 63 'test/reliability/reliability_tests.scons', | 64 'test/reliability/reliability_tests.scons', |
| 64 'test/security_tests/security_tests.scons', | 65 'test/security_tests/security_tests.scons', |
| 65 'test/selenium/selenium_tests.scons', | 66 'test/selenium/selenium_tests.scons', |
| 66 'test/startup/startup_tests.scons', | 67 'test/startup/startup_tests.scons', |
| 67 'test/tab_switching/tab_switching_test.scons', | 68 'test/tab_switching/tab_switching_test.scons', |
| 68 'test/ui/ui_tests.scons', | 69 'test/ui/ui_tests.scons', |
| 69 'test/unit/unit_tests.scons', | 70 'test/unit/unit_tests.scons', |
| 71 'tools/convert_dict/convert_dict.scons', |
| 70 'tools/crash_service/crash_service.scons', | 72 'tools/crash_service/crash_service.scons', |
| 71 'tools/perf/flush_cache/flush_cache.scons', | 73 'tools/perf/flush_cache/flush_cache.scons', |
| 74 'tools/profiles/generate_profile.scons', |
| 72 'tools/test/image_diff/image_diff.scons', | 75 'tools/test/image_diff/image_diff.scons', |
| 73 ] | 76 ] |
| 74 | 77 |
| 75 # TODO(port) | 78 # TODO(port) |
| 76 if env['PLATFORM'] != 'win32': | 79 if env['PLATFORM'] != 'win32': |
| 77 remove_files = [ | 80 remove_files = [ |
| 78 'browser/debugger/debugger.scons', | 81 'browser/debugger/debugger.scons', |
| 79 'installer/mini_installer/installer_unittests.scons', | 82 'installer/mini_installer/installer_unittests.scons', |
| 80 'installer/mini_installer/mini_installer.scons', | 83 'installer/mini_installer/mini_installer.scons', |
| 81 'installer/setup/setup.scons', | 84 'installer/setup/setup.scons', |
| 82 'installer/util/util.scons', | 85 'installer/util/util.scons', |
| 83 'test/activex_test_control/activex_test_control.scons', | 86 'test/activex_test_control/activex_test_control.scons', |
| 84 'test/automated_ui_tests/automated_ui_tests.scons', | 87 'test/automated_ui_tests/automated_ui_tests.scons', |
| 85 'test/automation/automation.scons', | 88 'test/automation/automation.scons', |
| 86 'test/interactive_ui/interactive_ui_tests.scons', | 89 'test/interactive_ui/interactive_ui_tests.scons', |
| 87 'test/memory_test/memory_test.scons', | 90 'test/memory_test/memory_test.scons', |
| 88 'test/mini_installer_test/mini_installer_test.scons', | 91 'test/mini_installer_test/mini_installer_test.scons', |
| 89 'test/page_cycler/page_cycler_tests.scons', | 92 'test/page_cycler/page_cycler_tests.scons', |
| 93 'test/perf/perftests.scons', |
| 90 'test/plugin/plugin_tests.scons', | 94 'test/plugin/plugin_tests.scons', |
| 91 'test/reliability/reliability_tests.scons', | 95 'test/reliability/reliability_tests.scons', |
| 92 'test/security_tests/security_tests.scons', | 96 'test/security_tests/security_tests.scons', |
| 93 'test/selenium/selenium_tests.scons', | 97 'test/selenium/selenium_tests.scons', |
| 94 'test/startup/startup_tests.scons', | 98 'test/startup/startup_tests.scons', |
| 95 'test/tab_switching/tab_switching_test.scons', | 99 'test/tab_switching/tab_switching_test.scons', |
| 96 'test/ui/ui_tests.scons', | 100 'test/ui/ui_tests.scons', |
| 101 'tools/convert_dict/convert_dict.scons', |
| 97 'tools/crash_service/crash_service.scons', | 102 'tools/crash_service/crash_service.scons', |
| 98 'tools/perf/flush_cache/flush_cache.scons', | 103 'tools/perf/flush_cache/flush_cache.scons', |
| 104 'tools/profiles/generate_profile.scons', |
| 99 ] | 105 ] |
| 100 for remove in remove_files: | 106 for remove in remove_files: |
| 101 sconscript_files.remove(remove) | 107 sconscript_files.remove(remove) |
| 102 | 108 |
| 103 SConscript(sconscript_files, exports=['env']) | 109 SConscript(sconscript_files, exports=['env']) |
| OLD | NEW |