diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 22:28:29 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 22:28:29 +0000 |
commit | 5fc9d629f0302fffbf70673a54b31814e063c875 (patch) | |
tree | 581c7dd7714ab5a7d8b0efab5dac17e68773e1c8 /DEPS | |
parent | 067e14fa0295c83ab755dec0b594b86dce8ddc75 (diff) | |
download | chromium_src-5fc9d629f0302fffbf70673a54b31814e063c875.zip chromium_src-5fc9d629f0302fffbf70673a54b31814e063c875.tar.gz chromium_src-5fc9d629f0302fffbf70673a54b31814e063c875.tar.bz2 |
Update GYP to r881 to pick up:
The new postbuild step in Chromium's
third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_svg
is running before libwebcore_svg.a exists in clobber debug builds.
Explicitly declaring a target's intended output (linkable or static
library) as an input to the postbuild shell script action forces the
postbuild to wait for the link step to complete. Because no outputs are
declared, the postbuild step will still run each time the target is
built, which is the desired behavior.
BUG=none
TEST=Clean Chromium build:
rm -rf xcodebuild
build chrome/chrome.xcodeproj:chrome in Debug mode
Review URL: http://codereview.chromium.org/6460004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ deps = { (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@874", + (Var("googlecode_url") % "gyp") + "/trunk@881", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@6588", |