Chromium Code Reviews| Index: build/SConscript.googleurl |
| =================================================================== |
| --- build/SConscript.googleurl (revision 1950) |
| +++ build/SConscript.googleurl (working copy) |
| @@ -76,6 +76,6 @@ |
| '#/../base/run_all_unittests.cc' |
| ] |
| -gurl_unittests = env_tests.ChromeTestProgram('googleurl_tests', test_files) |
| +gurl_unittests = env_tests.ChromeTestProgram('googleurl_unittests', test_files) |
| installed_gurl_unittests = env.Install('$TARGET_ROOT', gurl_unittests) |