diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 18:11:35 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 18:11:35 +0000 |
commit | a1b2424600b823be4d54f4576fb7c894d5ceb882 (patch) | |
tree | 6835f433336714ae8f3cda9faf753ad12cff3591 /DEPS | |
parent | d166fcb37369aafa081a2203f9e1fb60280ed1d8 (diff) | |
download | chromium_src-a1b2424600b823be4d54f4576fb7c894d5ceb882.zip chromium_src-a1b2424600b823be4d54f4576fb7c894d5ceb882.tar.gz chromium_src-a1b2424600b823be4d54f4576fb7c894d5ceb882.tar.bz2 |
Update GYP to r882 to pick up r881:
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.
This was previously attempted in r74191, but had to be reverted in
r74198 because it caused Windows clobber build failures. The offending
change to GYP, r880, was backed out at r882.
BUG=none
TEST=Clean Chromium build on Mac and Windows
Review URL: http://codereview.chromium.org/6467001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74303 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@882", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@6588", |