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

Unified Diff: chrome/chrome.scons

Issue 11541: Add builds of miscellaneous .exes:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/debug_message.scons ('k') | chrome/test/perf/perftests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « base/debug_message.scons ('k') | chrome/test/perf/perftests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698