diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-22 22:04:26 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-22 22:04:26 +0000 |
commit | 4d941abd32f11d20642ff3d00725ef576b7eb731 (patch) | |
tree | c9df901502efa9da1f320bf74c9677fc63942052 /DEPS | |
parent | 7a7c2c6d0b4ac8425fb40a817c5f1b1e853bf9ca (diff) | |
download | chromium_src-4d941abd32f11d20642ff3d00725ef576b7eb731.zip chromium_src-4d941abd32f11d20642ff3d00725ef576b7eb731.tar.gz chromium_src-4d941abd32f11d20642ff3d00725ef576b7eb731.tar.bz2 |
gyp: update to r893
Picks up:
r893: make: test for ar's "T" flag at gyp time
r892: Switching off external makefile (which requires cygwin on windows).
r891: Disabling failing scons tests so we notice regressions.
Review URL: http://codereview.chromium.org/6541081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ deps = { (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@890", + (Var("googlecode_url") % "gyp") + "/trunk@893", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |