diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 05:09:50 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 05:09:50 +0000 |
commit | 330f859c55aaba3694a1aa64d0ff6dd967af58b5 (patch) | |
tree | e0ea785c6d5ee0e7093b3e6297efcdb70c36bd50 /DEPS | |
parent | 6e33c8cfb5f861802c9311b724da3ec64bec0736 (diff) | |
download | chromium_src-330f859c55aaba3694a1aa64d0ff6dd967af58b5.zip chromium_src-330f859c55aaba3694a1aa64d0ff6dd967af58b5.tar.gz chromium_src-330f859c55aaba3694a1aa64d0ff6dd967af58b5.tar.bz2 |
roll gyp 1073:1074
1074: Only treat filenames as path for rule outputs, but not for their actions
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8310013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@6", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1073", + (Var("googlecode_url") % "gyp") + "/trunk@1074", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |