summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.xcodeproj/jsconfig_prebuild.sh
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-11 13:40:35 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-11 13:40:35 +0000
commitde3fc16ada24cbb04303b85286b5cbc2df6c7d0e (patch)
tree16fc05e176d6d9a3fe2a7b0a783e64f7f18e0019 /webkit/webkit.xcodeproj/jsconfig_prebuild.sh
parentf47e22a2507faa7cdb0d048f6e03e952e1f8f814 (diff)
downloadchromium_src-de3fc16ada24cbb04303b85286b5cbc2df6c7d0e.zip
chromium_src-de3fc16ada24cbb04303b85286b5cbc2df6c7d0e.tar.gz
chromium_src-de3fc16ada24cbb04303b85286b5cbc2df6c7d0e.tar.bz2
Put all prebuild scripts in external files. Scripts to run unit tests are
staying put for now, because they're all trivial and identical. Review URL: http://codereview.chromium.org/1925 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.xcodeproj/jsconfig_prebuild.sh')
-rwxr-xr-xwebkit/webkit.xcodeproj/jsconfig_prebuild.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/webkit.xcodeproj/jsconfig_prebuild.sh b/webkit/webkit.xcodeproj/jsconfig_prebuild.sh
new file mode 100755
index 0000000..b6da7b8
--- /dev/null
+++ b/webkit/webkit.xcodeproj/jsconfig_prebuild.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Copyright (c) 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.
+
+set -ex
+GENERATED_DIR="${CONFIGURATION_TEMP_DIR}/generated"
+mkdir -p "${GENERATED_DIR}"
+cd build/JSConfig
+exec bash create-config.sh "${GENERATED_DIR}" v8