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

Unified Diff: chrome/SConscript

Issue 2891: Include chrome/SConscript.unit_tests in Linux build.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/SConscript.unit_tests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/SConscript
===================================================================
--- chrome/SConscript (revision 2262)
+++ chrome/SConscript (working copy)
@@ -414,15 +414,17 @@
CPPPATH=['..'] + env['CPPPATH'])
test_sconscript_files = [
- 'SConscript.automated_ui_tests',
'SConscript.unit_tests',
- 'SConscript.ui_tests',
]
# TODO(port)
if env['PLATFORM'] == 'win32':
- env.SConscript(test_sconscript_files, exports=['env_test'])
+ test_sconscript_files.extend([
+ 'SConscript.automated_ui_tests',
+ 'SConscript.ui_tests',
+ ])
+env.SConscript(test_sconscript_files, exports=['env_test'])
sconscript_files = [
'$THIRD_PARTY_DIR/sqlite/SConscript',
« no previous file with comments | « no previous file | chrome/SConscript.unit_tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698