Index: chrome/app/theme/SConscript |
=================================================================== |
--- chrome/app/theme/SConscript (revision 3964) |
+++ chrome/app/theme/SConscript (working copy) |
@@ -44,7 +44,8 @@ |
themes_default = env.ChromeSharedLibrary("$CHROME_DIR/themes/default", res) |
-env.AddPostAction(themes_default[1], Touch(themes_default[1:])) |
+# TODO(bradnelson): figure out why this was needed |
+#env.AddPostAction(themes_default[1], Touch(themes_default[1:])) |
i = env.Install("$TARGET_ROOT/themes", themes_default) |
env.Alias('chrome', i) |