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

Unified Diff: chrome/SConscript

Issue 24011: chrome_resources take 2 (Closed)
Patch Set: rebase Created 11 years, 10 months 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
« no previous file with comments | « build/all.xcodeproj/project.pbxproj ('k') | chrome/app/chrome_resources.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/SConscript
diff --git a/chrome/SConscript b/chrome/SConscript
index affe6a56ce6f83187f54d1150b83440f46e3f533..e7b4e045d2abbd9534664fd7e94f8029fceb4324 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -716,6 +716,7 @@ p.AddConfig('Release|Win32',
# TODO(sgk): move to separate .scons file for browser_resources #############
sconscript_files = [
+ 'app/theme/SConscript',
'browser/views/SConscript',
'views/SConscript',
]
@@ -727,7 +728,6 @@ if not env.WantSystemLib('hunspell'):
if env.Bit('windows'):
sconscript_files.extend([
'app/resources/SConscript',
- 'app/theme/SConscript',
])
env.SConscript(sconscript_files, exports=['env', 'env_res', 'env_test'])
« no previous file with comments | « build/all.xcodeproj/project.pbxproj ('k') | chrome/app/chrome_resources.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698