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 --- tools/grit/build/using_generated_resources.scons | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/grit/build/using_generated_resources.scons (limited to 'tools/grit') diff --git a/tools/grit/build/using_generated_resources.scons b/tools/grit/build/using_generated_resources.scons new file mode 100644 index 0000000..1a2f673 --- /dev/null +++ b/tools/grit/build/using_generated_resources.scons @@ -0,0 +1,15 @@ +# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +__doc__ = """ +Settings for other components using resources generated by GRIT. +""" + +Import("env") + +env.Append( + CPPPATH = [ + '$TARGET_ROOT/grit_derived_sources', + ], +) -- cgit v1.1