diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 02:43:06 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 02:43:06 +0000 |
commit | 060dcb2cea4c6e8b2eb9915929c1ba83c361f771 (patch) | |
tree | ac5e0f3a2e1f3eb4a7f877289888acc9bc7ad2db /DEPS | |
parent | 78db1b065ecde48c4771e63844503d107aaa9ac1 (diff) | |
download | chromium_src-060dcb2cea4c6e8b2eb9915929c1ba83c361f771.zip chromium_src-060dcb2cea4c6e8b2eb9915929c1ba83c361f771.tar.gz chromium_src-060dcb2cea4c6e8b2eb9915929c1ba83c361f771.tar.bz2 |
Roll gyp 1122:1125.
1123: Switching call of bootstrap.sh to bootstrap.py to match ToT ninja.
1124: Merge the current upstream version of ninja_syntax.py
1125: Make lastchange.py a restat=1 rule in ninja to avoid unnecessary re-linking.
TBR=thakis
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9087001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@9", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1122", + (Var("googlecode_url") % "gyp") + "/trunk@1125", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |