summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/debugger.scons
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 05:44:01 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 05:44:01 +0000
commit96d02993ec7c145f4ffab0d1249d95b5194f1f57 (patch)
treef15d2fda54cf4edb5ed70e45820e79f35c04df47 /chrome/browser/debugger/debugger.scons
parent1061321d6cd733eae7633bde7deb5eb1d6cbf3d0 (diff)
downloadchromium_src-96d02993ec7c145f4ffab0d1249d95b5194f1f57.zip
chromium_src-96d02993ec7c145f4ffab0d1249d95b5194f1f57.tar.gz
chromium_src-96d02993ec7c145f4ffab0d1249d95b5194f1f57.tar.bz2
Add using_generated_resources.scons to the build. This
is the same as using_generated_resources.vsprops. Replace existing paths with this scons file if the SConscript file has already been converted to the using_ format. Review URL: http://codereview.chromium.org/14902 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/debugger/debugger.scons')
-rw-r--r--chrome/browser/debugger/debugger.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/debugger/debugger.scons b/chrome/browser/debugger/debugger.scons
index 3c974f8..22c62d8 100644
--- a/chrome/browser/debugger/debugger.scons
+++ b/chrome/browser/debugger/debugger.scons
@@ -9,6 +9,7 @@ env = env.Clone()
env.SConscript([
'$BREAKPAD_DIR/using_breakpad.scons',
'$CHROME_DIR/third_party/wtl/using_wtl.scons',
+ '$GRIT_DIR/build/using_generated_resources.scons',
'$ICU38_DIR/using_icu38.scons',
'$LIBPNG_DIR/using_libpng.scons',
'$LIBXML_DIR/using_libxml.scons',
@@ -19,7 +20,6 @@ env.SConscript([
env.Prepend(
CPPPATH = [
- '$TARGET_ROOT/grit_derived_sources',
'$CHROME_DIR/app',
'$CHROME_SRC_DIR',
],