diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 17:59:51 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 17:59:51 +0000 |
commit | 6b4a4c9f7b56f36a68042bf1fbefcb4d2855c95a (patch) | |
tree | 31ebe839e5f797c0b5bd85a8a39e91a1039d7274 | |
parent | e0edf60e2782fe410c6431481621b4a33d75e4e4 (diff) | |
download | chromium_src-6b4a4c9f7b56f36a68042bf1fbefcb4d2855c95a.zip chromium_src-6b4a4c9f7b56f36a68042bf1fbefcb4d2855c95a.tar.gz chromium_src-6b4a4c9f7b56f36a68042bf1fbefcb4d2855c95a.tar.bz2 |
Add glue\webframe_unittest.cc to the SCons build.
TBR: brettw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1042 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/test_shell/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript index 874f38c..ed7a21c 100644 --- a/webkit/tools/test_shell/SConscript +++ b/webkit/tools/test_shell/SConscript @@ -191,6 +191,7 @@ test_files = [ '$WEBKIT_DIR/glue/resource_fetcher_unittest.cc', # Commented out until a regression is fixed and this file is restored. #'$WEBKIT_DIR/glue/stringimpl_unittest.cc', + '$WEBKIT_DIR/glue/webframe_unittest.cc', '$WEBKIT_DIR/glue/webplugin_impl_unittest.cc', '$WEBKIT_DIR/port/platform/GKURL_unittest.cpp', '$WEBKIT_DIR/port/platform/image-decoders/bmp/BMPImageDecoder_unittest.cpp', |