Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1811)

Unified Diff: webkit/webkit.xcodeproj/pcre_prebuild.sh

Issue 1925: Put all prebuild scripts in external files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/webkit.xcodeproj/jsconfig_prebuild.sh ('k') | webkit/webkit.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.xcodeproj/pcre_prebuild.sh
===================================================================
--- webkit/webkit.xcodeproj/pcre_prebuild.sh (revision 0)
+++ webkit/webkit.xcodeproj/pcre_prebuild.sh (revision 0)
@@ -0,0 +1,14 @@
+#!/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"
+OUTDIR="${GENERATED_DIR}/pcre"
+CHARTABLES="${OUTDIR}/chartables.c"
+DFTABLES="${SOURCE_ROOT}/../third_party/WebKit/JavaScriptCore/pcre/dftables"
+
+mkdir -p "${OUTDIR}"
+perl -w "${DFTABLES}" "${CHARTABLES}"
Property changes on: webkit/webkit.xcodeproj/pcre_prebuild.sh
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:eol-style
+ LF
« no previous file with comments | « webkit/webkit.xcodeproj/jsconfig_prebuild.sh ('k') | webkit/webkit.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698