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

Unified Diff: chrome/SConscript

Issue 40246: Generate data packs for all languages and allow us to load (Closed)
Patch Set: comment 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 | « no previous file | chrome/app/chrome_strings.scons » ('j') | chrome/common/resource_bundle_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/SConscript
diff --git a/chrome/SConscript b/chrome/SConscript
index 95b7e1ff0a4ecb32f48cdb1d5b33395b009be8fc..b2071f40c277b7c4c555cf9f8012651aa18fe3ec 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -619,12 +619,6 @@ sconscript_files = [
if not env.WantSystemLib('hunspell'):
sconscript_files.append('third_party/hunspell/SConscript')
-# TODO(port)
-if env.Bit('windows'):
- sconscript_files.extend([
- 'app/resources/SConscript',
- ])
-
env.SConscript(sconscript_files, exports=['env', 'env_res', 'env_test'])
# TODO(port)
« no previous file with comments | « no previous file | chrome/app/chrome_strings.scons » ('j') | chrome/common/resource_bundle_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698