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

Unified Diff: chrome/SConscript.ui_tests

Issue 8207: Fix SCons modules build on Windows:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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 | « chrome/SConscript ('k') | chrome/app/theme/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/SConscript.ui_tests
===================================================================
--- chrome/SConscript.ui_tests (revision 3964)
+++ chrome/SConscript.ui_tests (working copy)
@@ -93,7 +93,6 @@
'browser/download/download_uitest.cc',
'browser/download/save_page_uitest.cc',
'browser/errorpage_uitest.cc',
- 'browser/find_in_page_controller_uitest.cc',
'browser/history/redirect_uitest.cc',
'browser/iframe_uitest.cc',
'browser/images_uitest.cc',
@@ -134,6 +133,12 @@
'$NET_DIR/url_request/url_request_test_job$OBJSUFFIX',
]
+if env_test['PLATFORM'] == 'win32':
+ ui_test_files.extend([
+ 'find_bar_win_interactive_uitest.cc',
+ 'find_bar_win_uitest.cc',
+ ])
+
ui_tests = env_test.ChromeTestProgram('ui_tests', ui_test_files + libs)
i = env_test.Install('$TARGET_ROOT', ui_tests)
« no previous file with comments | « chrome/SConscript ('k') | chrome/app/theme/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698