## 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.# A script to invoke scons in gyp generated projects.# Find the 'src' directory by looking for the site_scons directory.# This method allows trees that don't use the name src to use this script.# Explicitly skip site_scons directories that are from the 'software# construction toolkit', since these are not gyp compatible.SRC_DIR=`pwd`