From 96d02993ec7c145f4ffab0d1249d95b5194f1f57 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Tue, 6 Jan 2009 05:44:01 +0000 Subject: 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 --- chrome/browser/debugger/debugger.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/debugger') 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', ], -- cgit v1.1