Index: chrome/chrome.scons |
=================================================================== |
--- chrome/chrome.scons (revision 5773) |
+++ chrome/chrome.scons (working copy) |
@@ -59,6 +59,7 @@ |
'test/memory_test/memory_test.scons', |
'test/mini_installer_test/mini_installer_test.scons', |
'test/page_cycler/page_cycler_tests.scons', |
+ 'test/perf/perftests.scons', |
'test/plugin/plugin_tests.scons', |
'test/reliability/reliability_tests.scons', |
'test/security_tests/security_tests.scons', |
@@ -67,8 +68,10 @@ |
'test/tab_switching/tab_switching_test.scons', |
'test/ui/ui_tests.scons', |
'test/unit/unit_tests.scons', |
+ 'tools/convert_dict/convert_dict.scons', |
'tools/crash_service/crash_service.scons', |
'tools/perf/flush_cache/flush_cache.scons', |
+ 'tools/profiles/generate_profile.scons', |
'tools/test/image_diff/image_diff.scons', |
] |
@@ -87,6 +90,7 @@ |
'test/memory_test/memory_test.scons', |
'test/mini_installer_test/mini_installer_test.scons', |
'test/page_cycler/page_cycler_tests.scons', |
+ 'test/perf/perftests.scons', |
'test/plugin/plugin_tests.scons', |
'test/reliability/reliability_tests.scons', |
'test/security_tests/security_tests.scons', |
@@ -94,8 +98,10 @@ |
'test/startup/startup_tests.scons', |
'test/tab_switching/tab_switching_test.scons', |
'test/ui/ui_tests.scons', |
+ 'tools/convert_dict/convert_dict.scons', |
'tools/crash_service/crash_service.scons', |
'tools/perf/flush_cache/flush_cache.scons', |
+ 'tools/profiles/generate_profile.scons', |
] |
for remove in remove_files: |
sconscript_files.remove(remove) |