Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2519)

Unified Diff: chrome/app/theme/SConscript

Issue 9259: Adding visual studio solution files.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698