Chromium Code Reviews| Index: build/SConscript.googleurl |
| =================================================================== |
| --- build/SConscript.googleurl (revision 2490) |
| +++ build/SConscript.googleurl (working copy) |
| @@ -79,3 +79,5 @@ |
| gurl_unittests = env_tests.ChromeTestProgram('googleurl_unittests', test_files) |
| installed_gurl_unittests = env.Install('$TARGET_ROOT', gurl_unittests) |
| + |
| +env.Alias('googleurl', installed_gurl_unittests) |