summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-26 23:50:21 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-26 23:50:21 +0000
commit0a509159a4ac5802e7f7c471637f7625a487d333 (patch)
tree5ccaeefd3d986fd3446800e9e9ff33876b545146 /chrome/test
parent92db537b4746c329ba9ed15b028f9a33f5fb09e4 (diff)
downloadchromium_src-0a509159a4ac5802e7f7c471637f7625a487d333.zip
chromium_src-0a509159a4ac5802e7f7c471637f7625a487d333.tar.gz
chromium_src-0a509159a4ac5802e7f7c471637f7625a487d333.tar.bz2
Catch up SCons Windows build with recent file shuffling and other changes:
* New browser\download\ subdirectory. * New browser\importer\ subdirectory. * New browser\views\old_frames subdirectory. * Add common/notification_registrar.cc. * Remove title_chomper{,_unittest}.cc. * Link against sdch where empirically necessary. * No libevent.lib on Windows, comment out until Linux hits the .dll logic. Review URL: http://codereview.chromium.org/4310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/interactive_ui/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/interactive_ui/SConscript b/chrome/test/interactive_ui/SConscript
index 72c28df..b6a9975 100644
--- a/chrome/test/interactive_ui/SConscript
+++ b/chrome/test/interactive_ui/SConscript
@@ -71,16 +71,17 @@ env_test.Prepend(
input_files = [
'$CHROME_DIR/browser/browser_focus_uitest.cc',
+ '$CHROME_DIR/browser/views/bookmark_bar_view_test.cc',
'$CHROME_DIR/browser/tabs/tab_dragging_test.cc',
'$CHROME_DIR/browser/views/constrained_window_impl_interactive_uitest.cc',
'$CHROME_DIR/test/ui/run_all_unittests$OBJSUFFIX',
'$CHROME_DIR/test/ui/ui_test$OBJSUFFIX',
'$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX',
'$CHROME_DIR/test/test_file_util$OBJSUFFIX',
+ 'view_event_test_base.cc',
]
exe = env_test.ChromeTestProgram('interactive_ui_tests', input_files)
i = env_test.Install('$TARGET_ROOT', exe)
env_test.Alias('chrome', i)
-