| Index: chrome/app/theme/SConscript
|
| ===================================================================
|
| --- chrome/app/theme/SConscript (revision 4521)
|
| +++ chrome/app/theme/SConscript (working copy)
|
| @@ -42,11 +42,10 @@
|
| ],
|
| )
|
|
|
| -themes_default = env.ChromeSharedLibrary("$CHROME_DIR/themes/default", res)
|
| +themes_default = env.ChromeSharedLibrary("default", res)
|
|
|
| # 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)
|
| -
|
| svn: 'chrome\browser\SConscript' is not under version control
|
|
|