From 99d897c73c3ca446cb257b6099eee0ef9f47d781 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Mon, 3 Nov 2008 17:51:23 +0000 Subject: Convert browser.lib to the new naming: * Move chrome/browser/SConscript => chrome/browser/browser.scons. * Use using_*.scons files instead of by-hand settings. * Add new using_*.scons files: breakpad/using_breakpad.scons chrome/third_party/hunspell/using_hunspell.scons chrome/third_party/wtl/using_wtl.scons google_update/using_google_update.scons third_party/npapi/using_npapi.scons * Delete some unused CPPPATH directories. Review URL: http://codereview.chromium.org/9243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4456 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/using_breakpad.scons | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 breakpad/using_breakpad.scons (limited to 'breakpad/using_breakpad.scons') diff --git a/breakpad/using_breakpad.scons b/breakpad/using_breakpad.scons new file mode 100644 index 0000000..27874fc --- /dev/null +++ b/breakpad/using_breakpad.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 Breakpad. +""" + +Import("env") + +env.Append( + CPPPATH = [ + '$BREAKPAD_DIR/src', + ], +) -- cgit v1.1