diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 05:03:31 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 05:03:31 +0000 |
commit | 2357b547047210e25edd509ead7595a635601a94 (patch) | |
tree | 91b3058841f5fb2705c3ec8f158de0d2fbf7058e /DEPS | |
parent | 20f589a8a29a9d1adcb4ff8556d5485f0f8b3e4a (diff) | |
download | chromium_src-2357b547047210e25edd509ead7595a635601a94.zip chromium_src-2357b547047210e25edd509ead7595a635601a94.tar.gz chromium_src-2357b547047210e25edd509ead7595a635601a94.tar.bz2 |
roll gyp 1013:1014
r1014: make/mac: Put products into $(product_dir) immediately instead of copying them there.
BUG=90199
TEST=youtube works
TBR=mark
Review URL: http://codereview.chromium.org/7740012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ deps = { (Var("googlecode_url") % "snappy") + "/trunk@37", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1013", + (Var("googlecode_url") % "gyp") + "/trunk@1014", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |