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

Unified Diff: chrome/renderer/renderer.scons

Issue 14902: Add using_generated_resources.scons to the build. This (Closed)
Patch Set: derot Created 11 years, 12 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 | « chrome/common/common.scons ('k') | tools/grit/build/using_generated_resources.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer.scons
diff --git a/chrome/renderer/renderer.scons b/chrome/renderer/renderer.scons
index d0639baac961732ac203db236d772f08140f34af..b50c25fe98636665a32a9bc73110bef652da5869 100644
--- a/chrome/renderer/renderer.scons
+++ b/chrome/renderer/renderer.scons
@@ -8,6 +8,7 @@ env = env.Clone()
env.SConscript([
'$CHROME_DIR/third_party/wtl/using_wtl.scons',
+ '$GRIT_DIR/build/using_generated_resources.scons',
'$ICU38_DIR/using_icu38.scons',
'$NPAPI_DIR/using_npapi.scons',
'$SKIA_DIR/using_skia.scons',
@@ -15,7 +16,6 @@ env.SConscript([
env.Prepend(
CPPPATH = [
- '$TARGET_ROOT/grit_derived_sources',
'$CHROME_SRC_DIR',
],
)
« no previous file with comments | « chrome/common/common.scons ('k') | tools/grit/build/using_generated_resources.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698