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

Side by Side Diff: webkit/webkit.xcodeproj/webcoresysteminterface_prebuild.sh

Issue 28305: GYP it, GYP it good (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 unified diff | Download patch
« DEPS ('K') | « webkit/webkit.xcodeproj/webcore_prebuild.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2
3 # Copyright (c) 2008 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 set -ex
8 GENERATED_DIR="${CONFIGURATION_TEMP_DIR}/generated"
9
10 # Allow framework-style #include of <WebCore/WebCoreSystemInterface.h>
11 FORWARDING_DIR="${GENERATED_DIR}/webcoresysteminterface"
12 mkdir -p "${FORWARDING_DIR}"
13 cd "${FORWARDING_DIR}"
14 ln -fhs "../../../../../third_party/WebKit/WebCore/platform/mac" "WebCore"
OLDNEW
« DEPS ('K') | « webkit/webkit.xcodeproj/webcore_prebuild.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698